Changeset 51065 for trunk/src/wp-includes/script-loader.php
- Timestamp:
- 06/03/2021 12:21:35 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/script-loader.php
r51056 r51065 2324 2324 * @since 5.8.0 2325 2325 * 2326 * @return bool Whether separate assets will be loaded or not.2326 * @return bool Whether separate assets will be loaded. 2327 2327 */ 2328 2328 function wp_should_load_separate_core_block_assets() { … … 2332 2332 2333 2333 /** 2334 * Filters the flag that decides whether or notseparate scripts and styles2335 * will be loaded for core blocks on-render or not.2334 * Filters the flag that decides whether separate scripts and styles 2335 * will be loaded for core blocks on-render. 2336 2336 * 2337 2337 * @since 5.8.0 2338 2338 * 2339 * @param bool $load_separate_assets Whether separate assets will be loaded or not.2339 * @param bool $load_separate_assets Whether separate assets will be loaded. 2340 2340 * Default false. 2341 2341 */ … … 2596 2596 * The maximum size of inlined styles in bytes. 2597 2597 * 2598 * @since 5.8.0 2599 * 2598 2600 * @param int $total_inline_limit The file-size threshold, in bytes. Defaults to 20000. 2599 2601 */
Note: See TracChangeset
for help on using the changeset viewer.