Changeset 43827 for branches/5.0/src/wp-includes/post-template.php
- Timestamp:
- 10/26/2018 01:23:29 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.0/src/wp-includes/post-template.php
r43790 r43827 399 399 400 400 /** 401 * Whether the post has a custom excerpt. 401 * Determines whether the post has a custom excerpt. 402 * 403 * For more information on this and similar theme functions, check out 404 * the {@link https://developer.wordpress.org/themes/basics/conditional-tags/ 405 * Conditional Tags} article in the Theme Developer Handbook. 402 406 * 403 407 * @since 2.3.0 … … 1631 1635 1632 1636 /** 1633 * Whether currently in a page template.1637 * Determines whether currently in a page template. 1634 1638 * 1635 1639 * This template tag allows you to determine if you are in a page template. 1636 1640 * You can optionally provide a template name or array of template names 1637 1641 * and then the check will be specific to that template. 1638 * 1642 * 1643 * For more information on this and similar theme functions, check out 1644 * the {@link https://developer.wordpress.org/themes/basics/conditional-tags/ 1645 * Conditional Tags} article in the Theme Developer Handbook. 1646 * 1639 1647 * @since 2.5.0 1640 1648 * @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.