Changeset 21789 for trunk/wp-admin/includes/class-wp-plugins-list-table.php
- Timestamp:
- 09/08/2012 04:58:34 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/class-wp-plugins-list-table.php
r21700 r21789 275 275 276 276 if ( ! $screen->is_network && 'recently_activated' == $status ) 277 submit_button( __( 'Clear List' ), 's econdary', 'clear-recent-list', false );277 submit_button( __( 'Clear List' ), 'small', 'clear-recent-list', false ); 278 278 elseif ( 'top' == $which && 'mustuse' == $status ) 279 279 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.