Changeset 16969 for trunk/wp-admin/includes/meta-boxes.php
- Timestamp:
- 12/15/2010 07:24:34 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/meta-boxes.php
r16903 r16969 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; ?> 261 264 </div> 262 265 <?php endif; endif;
Note: See TracChangeset
for help on using the changeset viewer.