Changeset 54841
- Timestamp:
- 11/15/2022 12:17:03 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/link-template.php
r54144 r54841 2319 2319 * @since 4.2.0 Added the `$adjacent` parameter. 2320 2320 * 2321 * @param string $output The adjacent post link.2322 * @param string $format Link anchor format.2323 * @param string $link Link permalink format.2324 * @param WP_Post $post The adjacent post.2325 * @param string $adjacent Whether the post is previous or next.2321 * @param string $output The adjacent post link. 2322 * @param string $format Link anchor format. 2323 * @param string $link Link permalink format. 2324 * @param WP_Post|string $post The adjacent post. Empty string if no corresponding post exists. 2325 * @param string $adjacent Whether the post is previous or next. 2326 2326 */ 2327 2327 return apply_filters( "{$adjacent}_post_link", $output, $format, $link, $post, $adjacent );
Note: See TracChangeset
for help on using the changeset viewer.