Changeset 17050 for trunk/wp-admin/network/themes.php
- Timestamp:
- 12/19/2010 01:11:38 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/network/themes.php
r17045 r17050 92 92 <div class="wrap"> 93 93 <?php screen_icon('themes'); ?> 94 <h2><?php echo esc_html( $title ); if ( current_user_can('install_themes') ) { ?> <a href="theme-install.php" class="button add-new-h2"><?php echo esc_html_x('Add New', 'theme'); ?></a><?php } ?></h2> 94 <h2><?php echo esc_html( $title ); if ( current_user_can('install_themes') ) { ?> <a href="theme-install.php" class="button add-new-h2"><?php echo esc_html_x('Add New', 'theme'); ?></a><?php } 95 if ( $s ) 96 printf( '<span class="subtitle">' . __('Search results for “%s”') . '</span>', esc_html( $s ) ); ?> 97 </h2> 95 98 96 99 <form method="get" action="">
Note: See TracChangeset
for help on using the changeset viewer.