mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-23 16:51:32 +01:00
Docs: Document the $shortcode_tags
global in wp_just_in_time_script_localization()
.
Follow-up to [41395], [41844]. Props upadalavipul. See #60021. Built from https://develop.svn.wordpress.org/trunk@57204 git-svn-id: http://core.svn.wordpress.org/trunk@56712 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
0244f702f0
commit
a559c54aef
@ -1881,6 +1881,8 @@ function wp_prototype_before_jquery( $js_array ) {
|
|||||||
* These localizations require information that may not be loaded even by init.
|
* These localizations require information that may not be loaded even by init.
|
||||||
*
|
*
|
||||||
* @since 2.5.0
|
* @since 2.5.0
|
||||||
|
*
|
||||||
|
* @global array $shortcode_tags
|
||||||
*/
|
*/
|
||||||
function wp_just_in_time_script_localization() {
|
function wp_just_in_time_script_localization() {
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '6.5-alpha-57203';
|
$wp_version = '6.5-alpha-57204';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
Reference in New Issue
Block a user