mirror of
git://develop.git.wordpress.org/
synced 2025-01-17 21:08:44 +01:00
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. git-svn-id: https://develop.svn.wordpress.org/branches/5.4@47579 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
4b3e173d07
commit
5776c22846
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user