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

See #43872.

git-svn-id: https://develop.svn.wordpress.org/trunk@43027 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2018-04-29 22:42:00 +00:00
parent a0a8246734
commit a6fa935244
1 changed files with 1 additions and 1 deletions

View File

@ -1185,7 +1185,7 @@ final class WP_Theme implements ArrayAccess {
/**
* 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,
* values are translated names.