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
This commit is contained in:
parent
f8177e3a73
commit
00ae0a1097
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue