Changeset 49311
- Timestamp:
- 10/26/2020 09:49:26 PM (4 years ago)
- Location:
- trunk/src/wp-includes
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-block-pattern-categories-registry.php
r48845 r49311 15 15 * Registered block pattern categories array. 16 16 * 17 * @since 5.5.0 17 18 * @var array 18 19 */ … … 22 23 * Container for the main instance of the class. 23 24 * 25 * @since 5.5.0 24 26 * @var WP_Block_Pattern_Categories_Registry|null 25 27 */ -
trunk/src/wp-includes/class-wp-block-patterns-registry.php
r48845 r49311 17 17 * Registered patterns array. 18 18 * 19 * @since 5.5.0 19 20 * @var array 20 21 */ … … 24 25 * Container for the main instance of the class. 25 26 * 27 * @since 5.5.0 26 28 * @var WP_Block_Patterns_Registry|null 27 29 */ -
trunk/src/wp-includes/class-wp-block-supports.php
r49310 r49311 20 20 * Config. 21 21 * 22 * @since 5.6.0 22 23 * @var array 23 24 */ … … 27 28 * Tracks the current block to be rendered. 28 29 * 30 * @since 5.6.0 29 31 * @var array 30 32 */ … … 34 36 * Container for the main instance of the class. 35 37 * 38 * @since 5.6.0 36 39 * @var WP_Block_Supports|null 37 40 */
Note: See TracChangeset
for help on using the changeset viewer.