Make WordPress Core

Changeset 47579 for branches/5.4


Ignore:
Timestamp:
04/14/2020 08:15:03 AM (4 years ago)
Author:
SergeyBiryukov
Message:

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.

Location:
branches/5.4
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/5.4

  • branches/5.4/src/wp-includes/taxonomy.php

    r47577 r47579  
    42494249         *
    42504250         * @since 2.3.0
     4251         * @since 2.5.0 Deprecated in favor of {@see 'term_link'} filter.
     4252         * @since 5.4.1 Restored (un-deprecated).
    42514253         *
    42524254         * @param string $termlink Tag link URL.
     
    42604262         *
    42614263         * @since 1.5.0
     4264         * @since 2.5.0 Deprecated in favor of {@see 'term_link'} filter.
     4265         * @since 5.4.1 Restored (un-deprecated).
    42624266         *
    42634267         * @param string $termlink Category link URL.
Note: See TracChangeset for help on using the changeset viewer.