- 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-patterns-registry.php
r52943 r53299 18 18 * 19 19 * @since 5.5.0 20 * @var array 20 * @var array[] 21 21 */ 22 22 private $registered_patterns = array(); … … 146 146 * @since 5.5.0 147 147 * 148 * @return array Array of arrays containing the registered block patterns properties,149 * and per style.148 * @return array[] Array of arrays containing the registered block patterns properties, 149 * and per style. 150 150 */ 151 151 public function get_all_registered() {
Note: See TracChangeset
for help on using the changeset viewer.