Changes from branches/2.8/wp-admin/includes/misc.php at r11672 to trunk/wp-admin/includes/misc.php at r11530
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/misc.php
r11672 r11530 73 73 } 74 74 75 if ( !$f = @fopen( $filename, 'w' ) ) 76 return false; 77 75 $f = fopen( $filename, 'w' ); 78 76 $foundit = false; 79 77 if ( $markerdata ) { … … 273 271 return array(); 274 272 275 if ( !function_exists('token_get_all') )276 return array();277 278 273 $tokens = token_get_all( $content ); 279 274 $functions = array();
Note: See TracChangeset
for help on using the changeset viewer.