Changeset 53235
- Timestamp:
- 04/20/2022 02:07:53 PM (3 years ago)
- Location:
- trunk/src/wp-includes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks.php
r53234 r53235 408 408 409 409 /** 410 * Determine whether a post or content string has blocks.410 * Determines whether a post or content string has blocks. 411 411 * 412 412 * This test optimizes for performance rather than strict accuracy, detecting … … 434 434 435 435 /** 436 * Determine whether a $post or a string contains a specific block type.436 * Determines whether a $post or a string contains a specific block type. 437 437 * 438 438 * This test optimizes for performance rather than strict accuracy, detecting … … 1230 1230 1231 1231 /** 1232 * Allow multiple block styles.1232 * Allows multiple block styles. 1233 1233 * 1234 1234 * @since 5.9.0 -
trunk/src/wp-includes/script-loader.php
r53234 r53235 648 648 649 649 /** 650 * Register all WordPress scripts.650 * Registers all WordPress scripts. 651 651 * 652 652 * Localizes some of them. … … 1428 1428 1429 1429 /** 1430 * Assign default styles to $styles object.1430 * Assigns default styles to $styles object. 1431 1431 * 1432 1432 * Nothing is returned, because the $styles parameter is passed by reference. … … 1734 1734 1735 1735 /** 1736 * Reorder JavaScript scripts array to place prototype before jQuery.1736 * Reorders JavaScript scripts array to place prototype before jQuery. 1737 1737 * 1738 1738 * @since 2.3.1 … … 1766 1766 1767 1767 /** 1768 * Load localized data on print rather than initialization.1768 * Loads localized data on print rather than initialization. 1769 1769 * 1770 1770 * These localizations require information that may not be loaded even by init. … … 2046 2046 2047 2047 /** 2048 * Print scripts (internal use only)2048 * Prints scripts (internal use only) 2049 2049 * 2050 2050 * @ignore … … 2227 2227 2228 2228 /** 2229 * Print styles (internal use only)2229 * Prints styles (internal use only). 2230 2230 * 2231 2231 * @ignore … … 2274 2274 2275 2275 /** 2276 * Determine the concatenation and compression settings for scripts and styles.2276 * Determines the concatenation and compression settings for scripts and styles. 2277 2277 * 2278 2278 * @since 2.8.0 … … 2389 2389 2390 2390 /** 2391 * Render the SVG filters supplied by theme.json.2391 * Renders the SVG filters supplied by theme.json. 2392 2392 * 2393 2393 * Note that this doesn't render the per-block user-defined … … 2836 2836 2837 2837 /** 2838 * Make URLs relative to the WordPress installation.2838 * Makes URLs relative to the WordPress installation. 2839 2839 * 2840 2840 * @since 5.9.0
Note: See TracChangeset
for help on using the changeset viewer.