We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28305f9 commit 3bef1bbCopy full SHA for 3bef1bb
src/wp-includes/block-editor.php
@@ -296,9 +296,7 @@ function get_legacy_widget_block_editor_settings() {
296
* @return array {
297
* The block editor assets.
298
*
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.
+ * @type string|false $html String containing the necessary HTML for the editor iframe.
302
* }
303
*/
304
function _wp_get_iframed_editor_assets() {
0 commit comments