Changeset 11671 for trunk/wp-admin/includes/misc.php
- Timestamp:
- 06/29/2009 08:48:12 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/misc.php
r11578 r11671 273 273 return array(); 274 274 275 if ( !function_exists('token_get_all') ) 276 return array(); 277 275 278 $tokens = token_get_all( $content ); 276 279 $functions = array();
Note: See TracChangeset
for help on using the changeset viewer.