Skip to content

Commit

Permalink
Tweak PHPDoc wording
Browse files Browse the repository at this point in the history
  • Loading branch information
ockham committed Dec 11, 2024
1 parent 98933fc commit c434a91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wp-includes/template.php
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ function get_tag_template() {
*
* @see get_query_template()
*
* @return string Full path to custom taxonomy term template file.
* @return string Full path to custom taxonomy root template file.
*/
function get_root_taxonomy_template() {
$tax = get_queried_object();
Expand Down

0 comments on commit c434a91

Please sign in to comment.