Changeset 26518 for trunk/src/wp-admin/plugins.php
- Timestamp:
- 12/02/2013 03:52:23 AM (12 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/plugins.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/plugins.php
r26345 r26518 117 117 118 118 echo '<div class="wrap">'; 119 screen_icon();120 119 echo '<h2>' . esc_html( $title ) . '</h2>'; 121 120 … … 260 259 } 261 260 } 262 screen_icon();263 261 $plugins_to_delete = count( $plugin_info ); 264 262 echo '<h2>' . _n( 'Delete Plugin', 'Delete Plugins', $plugins_to_delete ) . '</h2>'; … … 409 407 410 408 <div class="wrap"> 411 <?php screen_icon(); ?>412 409 <h2><?php echo esc_html( $title ); 413 410 if ( ( ! is_multisite() || is_network_admin() ) && current_user_can('install_plugins') ) { ?>
Note: See TracChangeset
for help on using the changeset viewer.