Docs: Update `@since` version for `theme_templates` filter added in [43025].

See #43872.
Built from https://develop.svn.wordpress.org/trunk@43027


git-svn-id: http://core.svn.wordpress.org/trunk@42856 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2018-04-29 22:42:22 +00:00
parent 0c071471d6
commit 95071b2ea1
2 changed files with 2 additions and 2 deletions

View File

@ -1185,7 +1185,7 @@ final class WP_Theme implements ArrayAccess {
/** /**
* Filters list of page templates for a theme. * Filters list of page templates for a theme.
* *
* @since 5.0.0 * @since 4.9.6
* *
* @param string[] $post_templates Array of page templates. Keys are filenames, * @param string[] $post_templates Array of page templates. Keys are filenames,
* values are translated names. * values are translated names.

View File

@ -4,7 +4,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '5.0-alpha-43025'; $wp_version = '5.0-alpha-43027';
/** /**
* 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.