Changeset 37221 for trunk/src/wp-admin/theme-install.php
- Timestamp:
- 04/16/2016 04:42:48 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/theme-install.php
r37145 r37221 128 128 $tabs = apply_filters( 'install_themes_tabs', array( 'upload' => __( 'Upload Theme' ) ) ); 129 129 if ( ! empty( $tabs['upload'] ) && current_user_can( 'upload_themes' ) ) { 130 echo ' <a href="#" class="upload page-title-action">' . __( 'Upload Theme' ) . '</a>'; 131 echo ' <a href="#" class="browse-themes page-title-action">' . _x( 'Browse', 'themes' ) . '</a>'; 130 echo ' <a href="#" class="upload-view-toggle page-title-action">' . __( 'Upload Theme' ) . '</a>'; 132 131 } 133 132 ?></h1>
Note: See TracChangeset
for help on using the changeset viewer.