From a8a0adbaf713a07b9f3abc199811b2ccf9ec9a4c Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sun, 29 Apr 2018 21:46:54 +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. git-svn-id: https://develop.svn.wordpress.org/trunk@43024 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/includes/theme.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/includes/theme.php b/src/wp-admin/includes/theme.php index 242ceecdb6..425460e7dd 100644 --- a/src/wp-admin/includes/theme.php +++ b/src/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