Changeset 42769
- Timestamp:
- 03/02/2018 10:01:39 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post.php
r42710 r42769 973 973 /** 974 974 * Determines whether a post type is registered. 975 * 975 * 976 976 * For more information on this and similar theme functions, check out 977 * the {@link https://developer.wordpress.org/themes/basics/conditional-tags/ 977 * the {@link https://developer.wordpress.org/themes/basics/conditional-tags/ 978 978 * Conditional Tags} article in the Theme Developer Handbook. 979 979 * … … 1990 1990 * Sticky posts should remain at the top of The Loop. If the post ID is not 1991 1991 * given, then The Loop ID for the current post will be used. 1992 * 1992 * 1993 1993 * For more information on this and similar theme functions, check out 1994 * the {@link https://developer.wordpress.org/themes/basics/conditional-tags/ 1994 * the {@link https://developer.wordpress.org/themes/basics/conditional-tags/ 1995 1995 * Conditional Tags} article in the Theme Developer Handbook. 1996 * 1996 * 1997 1997 * @since 2.7.0 1998 1998 * … … 5055 5055 /** 5056 5056 * Determines whether an attachment URI is local and really an attachment. 5057 * 5057 * 5058 5058 * For more information on this and similar theme functions, check out 5059 * the {@link https://developer.wordpress.org/themes/basics/conditional-tags/ 5059 * the {@link https://developer.wordpress.org/themes/basics/conditional-tags/ 5060 5060 * Conditional Tags} article in the Theme Developer Handbook. 5061 * 5061 * 5062 5062 * @since 2.0.0 5063 5063 * … … 5534 5534 /** 5535 5535 * Determines whether an attachment is an image. 5536 * 5536 * 5537 5537 * For more information on this and similar theme functions, check out 5538 * the {@link https://developer.wordpress.org/themes/basics/conditional-tags/ 5538 * the {@link https://developer.wordpress.org/themes/basics/conditional-tags/ 5539 5539 * Conditional Tags} article in the Theme Developer Handbook. 5540 5540 *
Note: See TracChangeset
for help on using the changeset viewer.