Changeset 57499 for trunk/src/wp-includes/blocks/post-navigation-link.php
- Timestamp:
- 01/31/2024 11:54:09 AM (14 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/post-navigation-link.php
r57377 r57499 103 103 $taxonomy = isset( $attributes['taxonomy'] ) && $in_same_term ? $attributes['taxonomy'] : ''; 104 104 105 /* *105 /* 106 106 * The dynamic portion of the function name, `$navigation_type`, 107 107 * Refers to the type of adjacency, 'next' or 'previous'. 108 108 * 109 * @ See https://developer.wordpress.org/reference/functions/get_previous_post_link/110 * @ See https://developer.wordpress.org/reference/functions/get_next_post_link/109 * @see https://developer.wordpress.org/reference/functions/get_previous_post_link/ 110 * @see https://developer.wordpress.org/reference/functions/get_next_post_link/ 111 111 */ 112 112 $get_link_function = "get_{$navigation_type}_post_link";
Note: See TracChangeset
for help on using the changeset viewer.