Make WordPress Core


Ignore:
Timestamp:
12/02/2010 05:47:17 AM (13 years ago)
Author:
markjaquith
Message:

PHPDoc. see #15638

File:
1 edited

Legend:

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

    r16680 r16684  
    231231}
    232232
    233 
     233/**
     234 * Display post format form elements.
     235 *
     236 * @since 3.1.0
     237 *
     238 * @param object $post
     239 */
    234240function post_format_meta_box( $post, $box ) {
    235241    if ( current_theme_supports( 'post-formats' ) && post_type_supports( $post->post_type, 'post-formats' ) ) :
Note: See TracChangeset for help on using the changeset viewer.