Changeset 49789 for trunk/src/wp-includes/link-template.php
- Timestamp:
- 12/10/2020 11:51:52 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/link-template.php
r49672 r49789 1701 1701 * 1702 1702 * @param bool $in_same_term Optional. Whether post should be in a same taxonomy term. Default false. 1703 * @param int[]|string $excluded_terms Optional. Array or comma-separated list of excluded term IDs. Default empty .1703 * @param int[]|string $excluded_terms Optional. Array or comma-separated list of excluded term IDs. Default empty string. 1704 1704 * @param bool $previous Optional. Whether to retrieve previous post. Default true 1705 1705 * @param string $taxonomy Optional. Taxonomy, if $in_same_term is true. Default 'category'. … … 1749 1749 * @since 4.4.0 1750 1750 * 1751 * @param array $excluded_terms Array of excluded term IDs.1751 * @param array|string $excluded_terms Array of excluded term IDs. Empty string if none were provided. 1752 1752 */ 1753 1753 $excluded_terms = apply_filters( "get_{$adjacent}_post_excluded_terms", $excluded_terms );
Note: See TracChangeset
for help on using the changeset viewer.