About page: Remove emoji from translatable string.
props ocean90. see #38616. git-svn-id: https://develop.svn.wordpress.org/trunk@39442 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
0de150991c
commit
92691d92a2
@ -133,7 +133,13 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
|
|||||||
<hr />
|
<hr />
|
||||||
|
|
||||||
<div class="changelog">
|
<div class="changelog">
|
||||||
<h2><?php _e( 'Even More Developer Happiness 😊' ); ?></h2>
|
<h2><?php
|
||||||
|
printf(
|
||||||
|
/* translators: %s: smiling face with smiling eyes emoji */
|
||||||
|
__( 'Even More Developer Happiness %s' ),
|
||||||
|
'😊'
|
||||||
|
);
|
||||||
|
?></h2>
|
||||||
|
|
||||||
<div class="under-the-hood three-col">
|
<div class="under-the-hood three-col">
|
||||||
<div class="col">
|
<div class="col">
|
||||||
|
Loading…
Reference in New Issue
Block a user