diff --git a/wp-admin/plugins.php b/wp-admin/plugins.php index da87cf5283..54498b7735 100644 --- a/wp-admin/plugins.php +++ b/wp-admin/plugins.php @@ -439,7 +439,7 @@ function print_plugin_actions($context) { " . sprintf( _n( 'All (%s)', 'All (%s)', $total_all_plugins ), number_format_i18n( $total_all_plugins ) ) . ''; +$status_links[] = "
  • " . sprintf( _n( 'All (%s)', 'All (%s)', $total_all_plugins ), number_format_i18n( $total_all_plugins ) ) . ''; if ( ! empty($active_plugins) ) { $class = ( 'active' == $status ) ? ' class="current"' : ''; $status_links[] = "
  • " . sprintf( _n( 'Active (%s)', 'Active (%s)', $total_active_plugins ), number_format_i18n( $total_active_plugins ) ) . '';