mirror of
git://develop.git.wordpress.org/
synced 2025-03-19 11:29:48 +01:00
Merge two strings from theme details dialog.
props McGuive7. fixes #32047. git-svn-id: https://develop.svn.wordpress.org/trunk@32332 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
e5e467a41b
commit
72c437c2a8
@ -363,7 +363,7 @@ $can_delete = current_user_can( 'delete_themes' );
|
||||
<div class="theme-header">
|
||||
<button class="left dashicons dashicons-no"><span class="screen-reader-text"><?php _e( 'Show previous theme' ); ?></span></button>
|
||||
<button class="right dashicons dashicons-no"><span class="screen-reader-text"><?php _e( 'Show next theme' ); ?></span></button>
|
||||
<button class="close dashicons dashicons-no"><span class="screen-reader-text"><?php _e( 'Close overlay' ); ?></span></button>
|
||||
<button class="close dashicons dashicons-no"><span class="screen-reader-text"><?php _e( 'Close details dialog' ); ?></span></button>
|
||||
</div>
|
||||
<div class="theme-about">
|
||||
<div class="theme-screenshots">
|
||||
|
Loading…
x
Reference in New Issue
Block a user