mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-20 07:11:30 +01:00
Coding Standards: Fix a comment indentation issue in script-loader.php
.
Follow-up to [58703]. Props mukesh27. See #62279. Built from https://develop.svn.wordpress.org/trunk@59558 git-svn-id: http://core.svn.wordpress.org/trunk@58944 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
2a72efd451
commit
b2654a664e
@ -2517,9 +2517,9 @@ function wp_enqueue_global_styles() {
|
|||||||
|
|
||||||
if ( $is_block_theme ) {
|
if ( $is_block_theme ) {
|
||||||
/*
|
/*
|
||||||
* Dequeue the Customizer's custom CSS
|
* Dequeue the Customizer's custom CSS
|
||||||
* and add it before the global styles custom CSS.
|
* and add it before the global styles custom CSS.
|
||||||
*/
|
*/
|
||||||
remove_action( 'wp_head', 'wp_custom_css_cb', 101 );
|
remove_action( 'wp_head', 'wp_custom_css_cb', 101 );
|
||||||
// Get the custom CSS from the Customizer and add it to the global stylesheet.
|
// Get the custom CSS from the Customizer and add it to the global stylesheet.
|
||||||
$custom_css = wp_get_custom_css();
|
$custom_css = wp_get_custom_css();
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '6.8-alpha-59557';
|
$wp_version = '6.8-alpha-59558';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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