Changeset 42710 for trunk/src/wp-includes/post-template.php
- Timestamp:
- 02/13/2018 04:53:44 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post-template.php
r42440 r42710 413 413 414 414 /** 415 * Whether the post has a custom excerpt. 415 * Determines whether the post has a custom excerpt. 416 * 417 * For more information on this and similar theme functions, check out 418 * the {@link https://developer.wordpress.org/themes/basics/conditional-tags/ 419 * Conditional Tags} article in the Theme Developer Handbook. 416 420 * 417 421 * @since 2.3.0 … … 1687 1691 1688 1692 /** 1689 * Whether currently in a page template.1693 * Determines whether currently in a page template. 1690 1694 * 1691 1695 * This template tag allows you to determine if you are in a page template. 1692 1696 * You can optionally provide a template name or array of template names 1693 1697 * and then the check will be specific to that template. 1694 * 1698 * 1699 * For more information on this and similar theme functions, check out 1700 * the {@link https://developer.wordpress.org/themes/basics/conditional-tags/ 1701 * Conditional Tags} article in the Theme Developer Handbook. 1702 * 1695 1703 * @since 2.5.0 1696 1704 * @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.