Docs: Move `term_description()` reference from filter docblock to `get_the_archive_description()` function docblock.
Props dlh. See #37259. Built from https://develop.svn.wordpress.org/trunk@38495 git-svn-id: http://core.svn.wordpress.org/trunk@38436 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
2b5d7555b4
commit
616eb41287
|
@ -1527,6 +1527,8 @@ function the_archive_description( $before = '', $after = '' ) {
|
|||
* @since 4.1.0
|
||||
* @since 4.7.0 Added support for author archives.
|
||||
*
|
||||
* @see term_description()
|
||||
*
|
||||
* @return string Archive description.
|
||||
*/
|
||||
function get_the_archive_description() {
|
||||
|
@ -1541,8 +1543,6 @@ function get_the_archive_description() {
|
|||
*
|
||||
* @since 4.1.0
|
||||
*
|
||||
* @see term_description()
|
||||
*
|
||||
* @param string $description Archive description to be displayed.
|
||||
*/
|
||||
return apply_filters( 'get_the_archive_description', $description );
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.7-alpha-38494';
|
||||
$wp_version = '4.7-alpha-38495';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue