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:
Sergey Biryukov 2014-05-06 12:19:41 +00:00
parent d7a159bf81
commit 046a2bff94
1 changed files with 2 additions and 2 deletions

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>