diff --git a/wp-includes/class-wp-theme.php b/wp-includes/class-wp-theme.php index 45bf0ae4b5..7b933f9df5 100644 --- a/wp-includes/class-wp-theme.php +++ b/wp-includes/class-wp-theme.php @@ -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. diff --git a/wp-includes/version.php b/wp-includes/version.php index 003b1e2116..7fa2d62418 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @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.