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.

Built from https://develop.svn.wordpress.org/trunk@32636


git-svn-id: http://core.svn.wordpress.org/trunk@32606 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Helen Hou-Sandí
2015-05-28 15:39:24 +00:00
parent 66a9c83284
commit abfece527b
2 changed files with 2 additions and 4 deletions

View File

@@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.3-alpha-32635';
$wp_version = '4.3-alpha-32636';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.