Changeset 55173 for trunk/src/wp-includes/block-patterns.php
- Timestamp:
- 02/01/2023 03:00:19 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/block-patterns.php
r55168 r55173 299 299 * - Description 300 300 * - Viewport Width 301 * - Inserter (yes/no) 301 302 * - Categories (comma-separated values) 302 303 * - Keywords (comma-separated values) … … 304 305 * - Post Types (comma-separated values) 305 306 * - Template Types (comma-separated values) 306 * - Inserter (yes/no)307 307 * 308 308 * @since 6.0.0 309 * @since 6.1.0 The `postTypes` property was added. 310 * @since 6.2.0 The `templateTypes` property was added. 309 311 * @access private 310 312 */ … … 315 317 'description' => 'Description', 316 318 'viewportWidth' => 'Viewport Width', 319 'inserter' => 'Inserter', 317 320 'categories' => 'Categories', 318 321 'keywords' => 'Keywords', 319 322 'blockTypes' => 'Block Types', 320 323 'postTypes' => 'Post Types', 321 'inserter' => 'Inserter',322 324 'templateTypes' => 'Template Types', 323 325 );
Note: See TracChangeset
for help on using the changeset viewer.