Make WordPress Core


Ignore:
Timestamp:
01/09/2016 01:44:31 AM (10 years ago)
Author:
johnbillion
Message:

Docs: @param fixes for a variety of docblocks.

See #32246

File:
1 edited

Legend:

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

    r36053 r36232  
    11741174 *
    11751175 * @since 2.9.0
     1176 *
     1177 * @param WP_Post $post A post object.
    11761178 */
    11771179function post_thumbnail_meta_box( $post ) {
     
    11851187 * @since 3.9.0
    11861188 *
    1187  * @param WP_Post $post
     1189 * @param WP_Post $post A post object.
    11881190 */
    11891191function attachment_id3_data_meta_box( $post ) {
Note: See TracChangeset for help on using the changeset viewer.