From 805d876017d2bec10e91c51f3fb6b889a9c7edd0 Mon Sep 17 00:00:00 2001 From: Helen Hou-Sandi Date: Thu, 28 May 2015 15:38:44 +0000 Subject: [PATCH] About: Give bottom navigation links the full width. This will prevent longer strings from wrapping needlessly, and is more semantically correct markup. props tyxla. fixes #32391. git-svn-id: https://develop.svn.wordpress.org/trunk@32636 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/about.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/wp-admin/about.php b/src/wp-admin/about.php index 57c00d0cd7..1f387eb9b1 100644 --- a/src/wp-admin/about.php +++ b/src/wp-admin/about.php @@ -121,8 +121,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' ); printf( __( '%1$s, %2$s, and %3$s now support complex ordering with named meta query clauses.' ), 'WP_Query', 'WP_Comment_Query', 'WP_User_Query' ); ?>

- -
+
@@ -133,7 +132,6 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
-