Problem
4 calls to apply_filters( 'the_title', ... ) in wp-includes/deprecated.php have no PHPDoc or cross-reference comment. The canonical PHPDoc lives in wp-includes/post-template.php:166-173. All other call sites across core already have the correct xref.
Affected locations
src/wp-includes/deprecated.php:153 — in deprecated previous_post()
src/wp-includes/deprecated.php:188 — in deprecated next_post()
src/wp-includes/deprecated.php:2705 — in deprecated start_post_rel_link()
src/wp-includes/deprecated.php:2782 — in deprecated parent_post_rel_link()
Fix
Add /** This filter is documented in wp-includes/post-template.php */ above each call.
Related to https://core.trac.wordpress.org/ticket/64224
Problem
4 calls to
apply_filters( 'the_title', ... )inwp-includes/deprecated.phphave no PHPDoc or cross-reference comment. The canonical PHPDoc lives inwp-includes/post-template.php:166-173. All other call sites across core already have the correct xref.Affected locations
src/wp-includes/deprecated.php:153— in deprecatedprevious_post()src/wp-includes/deprecated.php:188— in deprecatednext_post()src/wp-includes/deprecated.php:2705— in deprecatedstart_post_rel_link()src/wp-includes/deprecated.php:2782— in deprecatedparent_post_rel_link()Fix
Add
/** This filter is documented in wp-includes/post-template.php */above each call.Related to https://core.trac.wordpress.org/ticket/64224