Make WordPress Core

Changeset 28286


Ignore:
Timestamp:
05/06/2014 12:19:41 PM (12 years ago)
Author:
SergeyBiryukov
Message:

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

see #28120, for trunk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/theme-install.php

    r28160 r28286  
    248248            </a>
    249249            <div class="theme-navigation">
    250                 <a class="previous-theme button" href="#"><?php _e( 'Previous' ); ?></a>
    251                 <a class="next-theme button" href="#"><?php _e( 'Next' ); ?></a>
     250                <a class="previous-theme button" href="#"><?php _ex( 'Previous', 'Button label for a theme' ); ?></a>
     251                <a class="next-theme button" href="#"><?php _ex( 'Next', 'Button label for a theme' ); ?></a>
    252252            </div>
    253253        </div>
Note: See TracChangeset for help on using the changeset viewer.