Missing phpdoc commit.
git-svn-id: http://svn.automattic.com/wordpress/trunk@9010 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
99b9a27052
commit
76a37eb1ea
|
@ -1,7 +1,9 @@
|
|||
<?php
|
||||
|
||||
if ( !defined( 'ABSPATH' ) )
|
||||
exit;
|
||||
|
||||
/** @ignore */
|
||||
function dvortr( $str ) {
|
||||
return strtr(
|
||||
$str,
|
||||
|
|
Loading…
Reference in New Issue