Ticket #31164: 31164.diff
File 31164.diff, 797 bytes (added by , 9 years ago) |
---|
-
wp-admin/includes/meta-boxes.php
763 763 } ?> 764 764 <p><strong><?php _e('Order') ?></strong></p> 765 765 <p><label class="screen-reader-text" for="menu_order"><?php _e('Order') ?></label><input name="menu_order" type="text" size="4" id="menu_order" value="<?php echo esc_attr($post->menu_order) ?>" /></p> 766 <p><?php if ( 'page' == $post->post_type ) _e( 'Need help? Use the Help tab in the upper right of your screen.' ); ?></p>766 <p><?php if ( 'page' == $post->post_type && get_current_screen()->get_help_tabs() != false ) _e( 'Need help? Use the Help tab in the upper right of your screen.' ); ?></p> 767 767 <?php 768 768 } 769 769