Changeset 17250
- Timestamp:
- 01/11/2011 06:56:23 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/meta-boxes.php
r17198 r17250 259 259 <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> 260 260 <?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; ?>264 261 </div> 265 262 <?php endif; endif;
Note: See TracChangeset
for help on using the changeset viewer.