Skip to content

Commit 3bef1bb

Browse files
committed
Update return type
1 parent 28305f9 commit 3bef1bb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/wp-includes/block-editor.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -296,9 +296,7 @@ function get_legacy_widget_block_editor_settings() {
296296
* @return array {
297297
* The block editor assets.
298298
*
299-
* @type string|false $styles String containing the HTML for styles.
300-
* @type string|false $scripts String containing the HTML for scripts.
301-
* @type string|false $script_modules String containing the HTML for scripts.
299+
* @type string|false $html String containing the necessary HTML for the editor iframe.
302300
* }
303301
*/
304302
function _wp_get_iframed_editor_assets() {

0 commit comments

Comments
 (0)