Script Loader: Fix missing documentation for the `$path` argument of `wp_enqueue_block_style()`.
See #59466. Built from https://develop.svn.wordpress.org/trunk@56754 git-svn-id: http://core.svn.wordpress.org/trunk@56266 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
ffd72aac28
commit
5496e4b70b
|
@ -3188,6 +3188,7 @@ function wp_enqueue_stored_styles( $options = array() ) {
|
||||||
* @type string[] $deps Array of registered stylesheet handles this stylesheet depends on.
|
* @type string[] $deps Array of registered stylesheet handles this stylesheet depends on.
|
||||||
* @type string|bool|null $ver Stylesheet version number.
|
* @type string|bool|null $ver Stylesheet version number.
|
||||||
* @type string $media The media for which this stylesheet has been defined.
|
* @type string $media The media for which this stylesheet has been defined.
|
||||||
|
* @type string|null $path Absolute path to the stylesheet, so that it can potentially be inlined.
|
||||||
* }
|
* }
|
||||||
*/
|
*/
|
||||||
function wp_enqueue_block_style( $block_name, $args ) {
|
function wp_enqueue_block_style( $block_name, $args ) {
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '6.4-beta1-56753';
|
$wp_version = '6.4-beta1-56754';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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