Changeset 16684
- Timestamp:
- 12/02/2010 05:47:17 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/meta-boxes.php
r16680 r16684 231 231 } 232 232 233 233 /** 234 * Display post format form elements. 235 * 236 * @since 3.1.0 237 * 238 * @param object $post 239 */ 234 240 function post_format_meta_box( $post, $box ) { 235 241 if ( current_theme_supports( 'post-formats' ) && post_type_supports( $post->post_type, 'post-formats' ) ) :
Note: See TracChangeset
for help on using the changeset viewer.