mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
Script Loader: Fix missing documentation for the $path argument of wp_enqueue_block_style().
See #59466. git-svn-id: https://develop.svn.wordpress.org/trunk@56754 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
f7d73158ac
commit
e686e81122
@ -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|bool|null $ver Stylesheet version number.
|
||||
* @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 ) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user