From 677a8f53876b82bc86f76d9b0eb0a664c2f94011 Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Tue, 21 Apr 2009 22:57:23 +0000 Subject: [PATCH] Fix all link. Props mtekk. see #9527 git-svn-id: https://develop.svn.wordpress.org/trunk@11039 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/plugins.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) ) . '';