wp-includes/deprecated.php:2712get_boundary_post_rel_link() $link = $start ? "<link rel='start' title='" : "<link rel='end' title='"; $link .= esc_attr($title); $link .= "' href='" . get_permalink($post) . "' />\n"; $boundary = $start ? 'start' : 'end'; return apply_filters( "{$boundary}_post_rel_link", $link );} /** * Display relational link for the first post. * * @since 2.8.0Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.