Changeset 16919
- Timestamp:
- 12/14/2010 04:46:45 PM (14 years ago)
- Location:
- trunk/wp-admin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/plugins.php
r16900 r16919 361 361 <div class="wrap"> 362 362 <?php screen_icon(); ?> 363 <h2><?php echo esc_html( $title ); if ( current_user_can('install_plugins') ) { ?> <a href="plugin-install.php" class="button add-new-h2"><?php echo esc_html_x('Add New', 'plugin'); ?></a><?php } ?></h2> 363 <h2><?php echo esc_html( $title ); 364 if ( ( ! is_multisite() || is_network_admin() ) && current_user_can('install_plugins') ) { ?> 365 <a href="<?php echo self_admin_url( 'plugin-install.php' ); ?>" class="button add-new-h2"><?php echo esc_html_x('Add New', 'plugin'); ?></a> 366 <?php } ?></h2> 364 367 365 368 <?php do_action( 'pre_current_active_plugins', $plugins['all'] ) ?> -
trunk/wp-admin/themes.php
r16900 r16919 84 84 else : ?> 85 85 <h2> 86 <?php e sc_html_e( $title ); ?>86 <?php echo esc_html( $title ); ?> 87 87 <?php endif; ?> 88 88 </h2>
Note: See TracChangeset
for help on using the changeset viewer.