Docs: Add a `@since` note for un-deprecated `category_link` and `tag_link` filters.

Follow-up to [47576].

Merges [47578] to the 5.4 branch.
See #49759.
Built from https://develop.svn.wordpress.org/branches/5.4@47579


git-svn-id: http://core.svn.wordpress.org/branches/5.4@47354 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2020-04-14 08:17:11 +00:00
parent ec3c0b4935
commit b19630479f
2 changed files with 5 additions and 1 deletions

View File

@ -4248,6 +4248,8 @@ function get_term_link( $term, $taxonomy = '' ) {
* Filters the tag link.
*
* @since 2.3.0
* @since 2.5.0 Deprecated in favor of {@see 'term_link'} filter.
* @since 5.4.1 Restored (un-deprecated).
*
* @param string $termlink Tag link URL.
* @param int $term_id Term ID.
@ -4259,6 +4261,8 @@ function get_term_link( $term, $taxonomy = '' ) {
* Filters the category link.
*
* @since 1.5.0
* @since 2.5.0 Deprecated in favor of {@see 'term_link'} filter.
* @since 5.4.1 Restored (un-deprecated).
*
* @param string $termlink Category link URL.
* @param int $term_id Term ID.

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.4.1-alpha-47577';
$wp_version = '5.4.1-alpha-47579';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.