Docs: Don't reference non-existent hooks inline in the DocBlock description for get_post_type_archive_template().

Props milana_cap.
See #41198.

Built from https://develop.svn.wordpress.org/trunk@40962


git-svn-id: http://core.svn.wordpress.org/trunk@40812 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes 2017-06-29 15:39:40 +00:00
parent 8f6088ba6e
commit 1e32ebe87d
2 changed files with 3 additions and 3 deletions

View File

@ -123,8 +123,8 @@ function get_archive_template() {
/**
* Retrieve path of post type archive template in current or parent template.
*
* The template hierarchy is filterable via the {@see 'archive_template_hierarchy'} hook.
* The template path is filterable via the {@see 'archive_template'} hook.
* The template hierarchy and template path are filterable via the {@see '{$type}_template_hierarchy'}
* and {@see '{$type}_template'} dynamic hooks, where `$type` is 'archive'.
*
* @since 3.7.0
*

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.9-alpha-40961';
$wp_version = '4.9-alpha-40962';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.