Changeset 53302 for trunk/src/wp-includes/block-editor.php
- Timestamp:
- 04/28/2022 09:57:51 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/block-editor.php
r53299 r53302 296 296 * @global string $pagenow The filename of the current screen. 297 297 * 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 * } 299 304 */ 300 305 function _wp_get_iframed_editor_assets() {
Note: See TracChangeset
for help on using the changeset viewer.