Make WordPress Core

Changeset 32046


Ignore:
Timestamp:
04/05/2015 04:49:18 PM (10 years ago)
Author:
DrewAPicture
Message:

Variously inline documentation syntactical fixes in wp-includes/post-template.php.

See #31888.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/post-template.php

    r31979 r32046  
    178178     * @since 4.2.0
    179179     *
     180     * @see get_the_guid()
     181     *
    180182     * @param string $post_guid Escaped Global Unique Identifier (guid) of the post.
    181183     */
     
    407409 * @since 4.2.0 Custom taxonomy classes were added.
    408410 *
    409  * @param string|array $class One or more classes to add to the class list.
    410  * @param int|WP_Post $post_id Optional. Post ID or post object.
     411 * @param string|array $class   One or more classes to add to the class list.
     412 * @param int|WP_Post  $post_id Optional. Post ID or post object.
    411413 * @return array Array of classes.
    412414 */
     
    16541656 *
    16551657 * @since 2.5.0
    1656  * @since 4.2.0 The `$template` parameter was changed to accept an array of page templates.
     1658 * @since 4.2.0 The `$template` parameter was changed to also accept an array of page templates.
    16571659 *
    16581660 * @param string|array $template The specific template name or array of templates to match.
Note: See TracChangeset for help on using the changeset viewer.