Changeset 32046
- Timestamp:
- 04/05/2015 04:49:18 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post-template.php
r31979 r32046 178 178 * @since 4.2.0 179 179 * 180 * @see get_the_guid() 181 * 180 182 * @param string $post_guid Escaped Global Unique Identifier (guid) of the post. 181 183 */ … … 407 409 * @since 4.2.0 Custom taxonomy classes were added. 408 410 * 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. 411 413 * @return array Array of classes. 412 414 */ … … 1654 1656 * 1655 1657 * @since 2.5.0 1656 * @since 4.2.0 The `$template` parameter was changed to a ccept an array of page templates.1658 * @since 4.2.0 The `$template` parameter was changed to also accept an array of page templates. 1657 1659 * 1658 1660 * @param string|array $template The specific template name or array of templates to match.
Note: See TracChangeset
for help on using the changeset viewer.