Changeset 14299 for trunk/wp-admin/plugin-editor.php
- Timestamp:
- 04/29/2010 04:38:12 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/plugin-editor.php
r14290 r14299 22 22 $plugins = get_plugins(); 23 23 24 if ( empty($plugins) )24 if ( empty($plugins) ) 25 25 wp_die( __('There are no plugins installed on this site.') ); 26 26
Note: See TracChangeset
for help on using the changeset viewer.