Add context for 'Previous' and 'Next' theme strings.
see #28120, for trunk. git-svn-id: https://develop.svn.wordpress.org/trunk@28286 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
d7a159bf81
commit
046a2bff94
|
@ -247,8 +247,8 @@ if ( $tab ) {
|
||||||
<span class="collapse-sidebar-arrow"></span>
|
<span class="collapse-sidebar-arrow"></span>
|
||||||
</a>
|
</a>
|
||||||
<div class="theme-navigation">
|
<div class="theme-navigation">
|
||||||
<a class="previous-theme button" href="#"><?php _e( 'Previous' ); ?></a>
|
<a class="previous-theme button" href="#"><?php _ex( 'Previous', 'Button label for a theme' ); ?></a>
|
||||||
<a class="next-theme button" href="#"><?php _e( 'Next' ); ?></a>
|
<a class="next-theme button" href="#"><?php _ex( 'Next', 'Button label for a theme' ); ?></a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue