Changeset 3607 for trunk/wp-admin/admin.php
- Timestamp:
- 03/04/2006 09:08:34 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/admin.php
r3566 r3607 62 62 63 63 if (! file_exists(ABSPATH . "wp-content/plugins/$plugin_page")) 64 die(sprintf(__('Cannot load %s.'), $plugin_page));64 die(sprintf(__('Cannot load %s.'), htmlentities($plugin_page))); 65 65 66 66 if (! isset($_GET['noheader']))
Note: See TracChangeset
for help on using the changeset viewer.