Make WordPress Core


Ignore:
Timestamp:
12/15/2010 07:24:34 PM (14 years ago)
Author:
nacin
Message:

Post formats help text. fixes #15376.

File:
1 edited

Legend:

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

    r16903 r16969  
    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; ?>
    261264    </div>
    262265    <?php endif; endif;
Note: See TracChangeset for help on using the changeset viewer.