mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Docs: Correct DocBlock formatting for register_block_style_handle().
Follow-up to [48141]. See #52628. git-svn-id: https://develop.svn.wordpress.org/trunk@50531 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -148,7 +148,7 @@ function register_block_script_handle( $metadata, $field_name ) {
|
||||
*
|
||||
* @since 5.5.0
|
||||
*
|
||||
* @param array $metadata Block metadata.
|
||||
* @param array $metadata Block metadata.
|
||||
* @param string $field_name Field name to pick from metadata.
|
||||
* @return string|false Style handle provided directly or created through
|
||||
* style's registration, or false on failure.
|
||||
|
||||
Reference in New Issue
Block a user