Make WordPress Core


Ignore:
Timestamp:
09/01/2016 12:31:22 PM (10 years ago)
Author:
SergeyBiryukov
Message:

Docs: Move term_description() reference from filter docblock to get_the_archive_description() function docblock.

Props dlh.
See #37259.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/general-template.php

    r38493 r38495  
    15281528 * @since 4.7.0 Added support for author archives.
    15291529 *
     1530 * @see term_description()
     1531 *
    15301532 * @return string Archive description.
    15311533 */
     
    15411543         *
    15421544         * @since 4.1.0
    1543          *
    1544          * @see term_description()
    15451545         *
    15461546         * @param string $description Archive description to be displayed.
Note: See TracChangeset for help on using the changeset viewer.