mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
Template: After [38486], actually use the $description variable in get_the_archive_description().
Props dlh. Fixes #37259. git-svn-id: https://develop.svn.wordpress.org/trunk@38493 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
db0fedd69f
commit
b024ec7c46
@ -1545,7 +1545,7 @@ function get_the_archive_description() {
|
||||
*
|
||||
* @param string $description Archive description to be displayed.
|
||||
*/
|
||||
return apply_filters( 'get_the_archive_description', term_description() );
|
||||
return apply_filters( 'get_the_archive_description', $description );
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user