Make WordPress Core


Ignore:
Timestamp:
04/28/2022 09:57:51 AM (2 years ago)
Author:
johnbillion
Message:

Docs: Various docblock corrections and improvements for changes introduced in 6.0.

See #54729

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/block-editor.php

    r53299 r53302  
    296296 * @global string $pagenow The filename of the current screen.
    297297 *
    298  * @return array The block editor assets: styles and scripts.
     298 * @return array {
     299 *     The block editor assets.
     300 *
     301 *     @type string|false $styles  String containing the HTML for styles.
     302 *     @type string|false $scripts String containing the HTML for scripts.
     303 * }
    299304 */
    300305function _wp_get_iframed_editor_assets() {
Note: See TracChangeset for help on using the changeset viewer.