Add context for 'Previous' and 'Next' theme strings.

see #28120, for trunk.
Built from https://develop.svn.wordpress.org/trunk@28286


git-svn-id: http://core.svn.wordpress.org/trunk@28114 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2014-05-06 12:20:14 +00:00
parent d70e8a38fa
commit 28cafbb868

View File

@ -247,8 +247,8 @@ if ( $tab ) {
<span class="collapse-sidebar-arrow"></span>
</a>
<div class="theme-navigation">
<a class="previous-theme button" href="#"><?php _e( 'Previous' ); ?></a>
<a class="next-theme button" href="#"><?php _e( 'Next' ); ?></a>
<a class="previous-theme button" href="#"><?php _ex( 'Previous', 'Button label for a theme' ); ?></a>
<a class="next-theme button" href="#"><?php _ex( 'Next', 'Button label for a theme' ); ?></a>
</div>
</div>
</div>