diff --git a/wp-admin/includes/theme.php b/wp-admin/includes/theme.php index 242ceecdb6..425460e7dd 100644 --- a/wp-admin/includes/theme.php +++ b/wp-admin/includes/theme.php @@ -580,7 +580,7 @@ function wp_prepare_themes_for_js( $themes = null ) { /** * Filters theme data before it is prepared for JavaScript. * - * Passing a non-empty array will result in `wp_prepare_themes_for_js()` returning + * Passing a non-empty array will result in wp_prepare_themes_for_js() returning * early with that value instead. * * @since 4.2.0 diff --git a/wp-includes/version.php b/wp-includes/version.php index b9c5ac080b..7b8d0a7381 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '5.0-alpha-43023'; +$wp_version = '5.0-alpha-43024'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.