Changeset 52111 for trunk/src/wp-includes/link-template.php
- Timestamp:
- 11/10/2021 03:30:31 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/link-template.php
r51967 r52111 1740 1740 * @param int[]|string $excluded_terms Optional. Array or comma-separated list of excluded term IDs. Default empty. 1741 1741 * @param string $taxonomy Optional. Taxonomy, if $in_same_term is true. Default 'category'. 1742 * @return null|string|WP_PostPost object if successful. Null if global $post is not set. Empty string if no1742 * @return WP_Post|null|string Post object if successful. Null if global $post is not set. Empty string if no 1743 1743 * corresponding post exists. 1744 1744 */ … … 1755 1755 * @param int[]|string $excluded_terms Optional. Array or comma-separated list of excluded term IDs. Default empty. 1756 1756 * @param string $taxonomy Optional. Taxonomy, if $in_same_term is true. Default 'category'. 1757 * @return null|string|WP_PostPost object if successful. Null if global $post is not set. Empty string if no1757 * @return WP_Post|null|string Post object if successful. Null if global $post is not set. Empty string if no 1758 1758 * corresponding post exists. 1759 1759 */ … … 1775 1775 * @param bool $previous Optional. Whether to retrieve previous post. Default true 1776 1776 * @param string $taxonomy Optional. Taxonomy, if $in_same_term is true. Default 'category'. 1777 * @return null|string|WP_PostPost object if successful. Null if global $post is not set. Empty string if no1777 * @return WP_Post|null|string Post object if successful. Null if global $post is not set. Empty string if no 1778 1778 * corresponding post exists. 1779 1779 */
Note: See TracChangeset
for help on using the changeset viewer.