diff --git a/wp-includes/post-template.php b/wp-includes/post-template.php index 7d7786abcb..b80ac4d4e4 100644 --- a/wp-includes/post-template.php +++ b/wp-includes/post-template.php @@ -1018,11 +1018,19 @@ function the_meta() { if ( $keys = get_post_custom_keys() ) { echo "\n"; } diff --git a/wp-includes/version.php b/wp-includes/version.php index 34fb0254a9..6eb35efe8a 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.9-alpha-41582'; +$wp_version = '4.9-alpha-41583'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.