Make WordPress Core


Ignore:
Timestamp:
06/22/2006 07:45:49 PM (19 years ago)
Author:
ryan
Message:

Move _() to compat.php

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/compat.php

    r3862 r3901  
    112112   }
    113113}
     114
     115if ( !function_exists('_') ) {
     116    function _($string) {
     117        return $string;
     118    }
     119}
     120
    114121?>
Note: See TracChangeset for help on using the changeset viewer.