Ticket #19039: meta-boxes.diff
| File meta-boxes.diff, 756 bytes (added by trepmal, 19 months ago) |
|---|
-
wp-admin/includes/meta-boxes.php
592 592 } ?> 593 593 <p><strong><?php _e('Order') ?></strong></p> 594 594 <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> 595 <p><?php if ( 'page' == $post->post_type ) _e( 'Need help? Use the Help tab in the upper rightof your screen.' ); ?></p>595 <p><?php if ( 'page' == $post->post_type ) _e( 'Need help? Use the Help tab in the Admin Bar at the top of your screen.' ); ?></p> 596 596 <?php 597 597 } 598 598
