Changeset 39336
- Timestamp:
- 11/21/2016 09:32:58 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/plugin-install.php
r38722 r39336 130 130 * displayed via JavaScript rather then opening up the devoted upload plugin page. 131 131 */ 132 if ( $tab !== 'upload') {132 if ( 'upload' !== $tab ) { 133 133 ?> 134 134 <div class="upload-plugin-wrap"> … … 139 139 </div> 140 140 <?php 141 }142 143 if ( $tab !== 'upload' ) {144 141 $wp_list_table->views(); 145 142 echo '<br class="clear" />';
Note: See TracChangeset
for help on using the changeset viewer.