Make WordPress Core


Ignore:
Timestamp:
01/11/2011 06:56:23 PM (13 years ago)
Author:
markjaquith
Message:

Remove the help prompt text on the Post Format UI. It gets annoying quickly. see #15638

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/meta-boxes.php

    r17198 r17250  
    259259        <br /><input type="radio" name="post_format" class="post-format" id="post-format-<?php echo esc_attr( $format ); ?>" value="<?php echo esc_attr( $format ); ?>" <?php checked( $post_format, $format ); ?> /> <label for="post-format-<?php echo esc_attr( $format ); ?>"><?php echo esc_html( get_post_format_string( $format ) ); ?></label>
    260260        <?php endforeach; ?><br />
    261         <?php if ( 'post' == $post->post_type ) : ?>
    262         <p class="howto"><?php _e( 'Need help? Use the Help tab in the upper right of your screen.' ); ?></p>
    263         <?php endif; ?>
    264261    </div>
    265262    <?php endif; endif;
Note: See TracChangeset for help on using the changeset viewer.