mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
Docs: Add brackets to a function name in get_page_template() description.
This ensures the `locate_block_template()` function name is correctly linked in the Developer Reference. Follow-up to [54179]. See #56792. git-svn-id: https://develop.svn.wordpress.org/trunk@54747 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
47bdf17667
commit
c14ac7f65f
@ -437,7 +437,7 @@ function get_privacy_policy_template() {
|
||||
/**
|
||||
* Retrieves path of page template in current or parent template.
|
||||
*
|
||||
* Note: For block themes, use locate_block_template function instead.
|
||||
* Note: For block themes, use locate_block_template() function instead.
|
||||
*
|
||||
* The hierarchy for this template looks like:
|
||||
*
|
||||
|
||||
Loading…
Reference in New Issue
Block a user