mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-02 19:54:28 +00:00
Docs: Various docblock corrections and improvements for changes introduced in 6.0.
See #54729 git-svn-id: https://develop.svn.wordpress.org/trunk@53302 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -295,7 +295,12 @@ function get_legacy_widget_block_editor_settings() {
|
||||
*
|
||||
* @global string $pagenow The filename of the current screen.
|
||||
*
|
||||
* @return array The block editor assets: styles and scripts.
|
||||
* @return array {
|
||||
* The block editor assets.
|
||||
*
|
||||
* @type string|false $styles String containing the HTML for styles.
|
||||
* @type string|false $scripts String containing the HTML for scripts.
|
||||
* }
|
||||
*/
|
||||
function _wp_get_iframed_editor_assets() {
|
||||
global $pagenow;
|
||||
|
||||
Reference in New Issue
Block a user