Changeset 11930 for trunk/wp-admin/includes/file.php
- Timestamp:
- 09/14/2009 02:03:32 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/includes/file.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/file.php
r11823 r11930 599 599 if( ! file_exists($abstraction_file) ) 600 600 return; 601 601 602 602 require_once($abstraction_file); 603 603 }
Note: See TracChangeset
for help on using the changeset viewer.