Changeset 49081
- Timestamp:
- 10/01/2020 01:12:16 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/script-loader.php
r49080 r49081 2188 2188 * should be enqueued on the current screen. 2189 2189 * 2190 * @since 5.6.0 2190 2191 * @access private 2191 2192 * 2192 * @return bool ean2193 * @return bool 2193 2194 */ 2194 2195 function _should_load_block_editor_scripts_and_styles() { … … 2203 2204 * @since 5.6.0 2204 2205 * 2205 * @param bool ean $is_block_editor_screen Current value of the flag2206 * @param bool $is_block_editor_screen Current value of the flag. 2206 2207 */ 2207 2208 return apply_filters( 'should_load_block_editor_scripts_and_styles', $is_block_editor_screen );
Note: See TracChangeset
for help on using the changeset viewer.