- Timestamp:
- 04/28/2022 09:44:12 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-block-pattern-categories-registry.php
r52219 r53299 16 16 * 17 17 * @since 5.5.0 18 * @var array 18 * @var array[] 19 19 */ 20 20 private $registered_categories = array(); … … 104 104 * @since 5.5.0 105 105 * 106 * @return array Array of arrays containing the registered pattern categories properties.106 * @return array[] Array of arrays containing the registered pattern categories properties. 107 107 */ 108 108 public function get_all_registered() {
Note: See TracChangeset
for help on using the changeset viewer.