Changeset 15853 for trunk/wp-admin/plugin-editor.php
- Timestamp:
- 10/19/2010 06:23:23 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/plugin-editor.php
r15132 r15853 118 118 ); 119 119 120 require_once( './admin-header.php');120 require_once(ABSPATH . 'wp-admin/admin-header.php'); 121 121 122 122 update_recently_edited(WP_PLUGIN_DIR . '/' . $file); … … 253 253 break; 254 254 } 255 include( "./admin-footer.php");255 include(ABSPATH . "wp-admin/admin-footer.php");
Note: See TracChangeset
for help on using the changeset viewer.