Make WordPress Core

Ticket #11177: 11177_janky.patch

File 11177_janky.patch, 840 bytes (added by nacin, 15 years ago)

This would remove the "janky" text (though at the expense of translations).

  • wp-admin/includes/meta-boxes.php

     
    492492        } ?>
    493493<h5><?php _e('Order') ?></h5>
    494494<p><label class="screen-reader-text" for="menu_order"><?php _e('Page Order') ?></label><input name="menu_order" type="text" size="4" id="menu_order" value="<?php echo esc_attr($post->menu_order) ?>" /></p>
    495 <p><?php _e('Pages are usually ordered alphabetically, but you can put a number above to change the order pages appear in. (We know this is a little janky, it&#8217;ll be better in future releases.)'); ?></p>
     495<p><?php _e('Pages are usually ordered alphabetically, but you can put a number above to change the order pages appear in.'); ?></p>
    496496<?php
    497497}
    498498