~canonical-sysadmins/wordpress/5.1

« back to all changes in this revision

Viewing changes to wp-admin/includes/class-walker-nav-menu-edit.php

  • Committer: Haw Loeung
  • Date: 2016-12-13 06:54:17 UTC
  • mto: This revision was merged to the branch mainline in revision 24.
  • Revision ID: haw.loeung@canonical.com-20161213065417-pemlo49o7in8nmkn
New upstream version 4.7.

Show diffs side-by-side

added added

removed removed

Lines of Context:
197
197
                                        </label>
198
198
                                </p>
199
199
 
200
 
                                <p class="field-move hide-if-no-js description description-wide">
201
 
                                        <label>
202
 
                                                <span><?php _e( 'Move' ); ?></span>
203
 
                                                <a href="#" class="menus-move menus-move-up" data-dir="up"><?php _e( 'Up one' ); ?></a>
204
 
                                                <a href="#" class="menus-move menus-move-down" data-dir="down"><?php _e( 'Down one' ); ?></a>
205
 
                                                <a href="#" class="menus-move menus-move-left" data-dir="left"></a>
206
 
                                                <a href="#" class="menus-move menus-move-right" data-dir="right"></a>
207
 
                                                <a href="#" class="menus-move menus-move-top" data-dir="top"><?php _e( 'To the top' ); ?></a>
208
 
                                        </label>
209
 
                                </p>
 
200
                                <fieldset class="field-move hide-if-no-js description description-wide">
 
201
                                        <span class="field-move-visual-label" aria-hidden="true"><?php _e( 'Move' ); ?></span>
 
202
                                        <button type="button" class="button-link menus-move menus-move-up" data-dir="up"><?php _e( 'Up one' ); ?></button>
 
203
                                        <button type="button" class="button-link menus-move menus-move-down" data-dir="down"><?php _e( 'Down one' ); ?></button>
 
204
                                        <button type="button" class="button-link menus-move menus-move-left" data-dir="left"></button>
 
205
                                        <button type="button" class="button-link menus-move menus-move-right" data-dir="right"></button>
 
206
                                        <button type="button" class="button-link menus-move menus-move-top" data-dir="top"><?php _e( 'To the top' ); ?></button>
 
207
                                </fieldset>
210
208
 
211
209
                                <div class="menu-item-actions description-wide submitbox">
212
210
                                        <?php if ( 'custom' != $item->type && $original_title !== false ) : ?>