Changeset 42843 for trunk/src/wp-includes/post-template.php
- Timestamp:
- 03/18/2018 02:22:09 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post-template.php
r42721 r42843 414 414 /** 415 415 * Determines whether the post has a custom excerpt. 416 * 416 * 417 417 * For more information on this and similar theme functions, check out 418 * the {@link https://developer.wordpress.org/themes/basics/conditional-tags/ 418 * the {@link https://developer.wordpress.org/themes/basics/conditional-tags/ 419 419 * Conditional Tags} article in the Theme Developer Handbook. 420 420 * … … 1699 1699 * You can optionally provide a template name or array of template names 1700 1700 * and then the check will be specific to that template. 1701 * 1701 * 1702 1702 * For more information on this and similar theme functions, check out 1703 * the {@link https://developer.wordpress.org/themes/basics/conditional-tags/ 1703 * the {@link https://developer.wordpress.org/themes/basics/conditional-tags/ 1704 1704 * Conditional Tags} article in the Theme Developer Handbook. 1705 * 1705 * 1706 1706 * @since 2.5.0 1707 1707 * @since 4.2.0 The `$template` parameter was changed to also accept an array of page templates.
Note: See TracChangeset
for help on using the changeset viewer.