- Timestamp:
- 03/13/2021 11:15:14 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-block-pattern-categories-registry.php
r50234 r50532 33 33 * @since 5.5.0 34 34 * 35 * @param string $category_name Pattern category name .35 * @param string $category_name Pattern category name including namespace. 36 36 * @param array $category_properties Array containing the properties of the category: label. 37 37 * @return bool True if the pattern was registered with success and false otherwise. … … 56 56 * @since 5.5.0 57 57 * 58 * @param string $category_name Patternname including namespace.58 * @param string $category_name Pattern category name including namespace. 59 59 * @return bool True if the pattern was unregistered with success and false otherwise. 60 60 */ … … 77 77 * @since 5.5.0 78 78 * 79 * @param string $category_name Pattern category name .79 * @param string $category_name Pattern category name including namespace. 80 80 * @return array Registered pattern properties. 81 81 */ … … 104 104 * @since 5.5.0 105 105 * 106 * @param string $category_name Pattern category name.106 * @param string $category_name Pattern category name including namespace. 107 107 * @return bool True if the pattern category is registered, false otherwise. 108 108 */ … … 134 134 * @since 5.5.0 135 135 * 136 * @param string $category_name Pattern category name .136 * @param string $category_name Pattern category name including namespace. 137 137 * @param array $category_properties Array containing the properties of the category. 138 138 * @return bool True if the pattern category was registered with success and false otherwise. … … 147 147 * @since 5.5.0 148 148 * 149 * @param string $category_name 149 * @param string $category_name Pattern category name including namespace. 150 150 * @return bool True if the pattern category was unregistered with success and false otherwise. 151 151 */
Note: See TracChangeset
for help on using the changeset viewer.