mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-22 17:18:32 +01:00
Switch this header on the ABout page from title case to sentence case to match the style of all other headers on the page. See #26387.
Built from https://develop.svn.wordpress.org/trunk@26721 git-svn-id: http://core.svn.wordpress.org/trunk@26610 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
6acf620961
commit
2941e1d1bb
@ -114,7 +114,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
|
||||
<hr class="flushtopdivider">
|
||||
|
||||
<div class="changelog">
|
||||
<h2 class="about-headline-callout"><?php _e( 'Twenty Fourteen, A Sleek New Magazine Theme' ); ?></h2>
|
||||
<h2 class="about-headline-callout"><?php _e( 'Twenty Fourteen, a sleek new magazine theme' ); ?></h2>
|
||||
<img src="<?php echo admin_url( 'images/about-twentyfourteen.png' ); ?>" />
|
||||
|
||||
<div class="feature-section col one-col">
|
||||
|
Loading…
Reference in New Issue
Block a user