Changeset 22906
- Timestamp:
- 11/28/2012 10:20:45 PM (13 years ago)
- Location:
- trunk/wp-admin
- Files:
-
- 2 edited
-
css/wp-admin.css (modified) (1 diff)
-
includes/class-wp-plugins-list-table.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/css/wp-admin.css
r22903 r22906 885 885 } 886 886 887 .tablenav #changeit, 888 .tablenav #delete_all, 889 .tablenav #clear-recent-list { 890 margin-top: 1px; 891 } 892 887 893 .tablenav .actions select { 888 894 float: left; -
trunk/wp-admin/includes/class-wp-plugins-list-table.php
r22376 r22906 271 271 272 272 if ( ! $this->screen->is_network && 'recently_activated' == $status ) 273 submit_button( __( 'Clear List' ), ' small', 'clear-recent-list', false );273 submit_button( __( 'Clear List' ), 'button', 'clear-recent-list', false ); 274 274 elseif ( 'top' == $which && 'mustuse' == $status ) 275 275 echo '<p>' . sprintf( __( 'Files in the <code>%s</code> directory are executed automatically.' ), str_replace( ABSPATH, '/', WPMU_PLUGIN_DIR ) ) . '</p>';
Note: See TracChangeset
for help on using the changeset viewer.