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:
parent
8f6088ba6e
commit
1e32ebe87d
|
@ -123,8 +123,8 @@ function get_archive_template() {
|
||||||
/**
|
/**
|
||||||
* Retrieve path of post type archive template in current or parent 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 hierarchy and template path are filterable via the {@see '{$type}_template_hierarchy'}
|
||||||
* The template path is filterable via the {@see 'archive_template'} hook.
|
* and {@see '{$type}_template'} dynamic hooks, where `$type` is 'archive'.
|
||||||
*
|
*
|
||||||
* @since 3.7.0
|
* @since 3.7.0
|
||||||
*
|
*
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue