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
|
<?php
|
||||||
|
|
||||||
if ( !defined( 'ABSPATH' ) )
|
if ( !defined( 'ABSPATH' ) )
|
||||||
exit;
|
exit;
|
||||||
|
|
||||||
|
/** @ignore */
|
||||||
function dvortr( $str ) {
|
function dvortr( $str ) {
|
||||||
return strtr(
|
return strtr(
|
||||||
$str,
|
$str,
|
||||||
|
|
Loading…
Reference in New Issue