From 00ae0a109715b391f097571d3a7f996265a550ec Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sun, 29 Apr 2018 21:47:22 +0000 Subject: [PATCH] Docs: Remove backtick-escaping around a core function in the hook docs for the `pre_prepare_themes_for_js` filter. This allows the function to be auto-linked in the Developer Reference. Added in [42877]. See #42505. Built from https://develop.svn.wordpress.org/trunk@43024 git-svn-id: http://core.svn.wordpress.org/trunk@42853 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/theme.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.