Changeset 57493 for trunk/src/wp-includes/class-wp-block-type.php
- Timestamp:
- 01/31/2024 09:09:22 AM (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-block-type.php
r57315 r57493 234 234 */ 235 235 public $style_handles = array(); 236 237 /** 238 * Block type front end only style handles. 239 * 240 * @since 6.5.0 241 * @var string[] 242 */ 243 public $view_style_handles = array(); 236 244 237 245 /** … … 279 287 * @since 6.3.0 Added the `selectors` property. 280 288 * @since 6.4.0 Added the `block_hooks` property. 289 * @since 6.5.0 Added the `view_style_handles` property. 281 290 * 282 291 * @see register_block_type() … … 316 325 * @type string[] $editor_style_handles Block type editor only style handles. 317 326 * @type string[] $style_handles Block type front end and editor style handles. 327 * @type string[] $view_style_handles Block type front end only style handles. 318 328 * } 319 329 */
Note: See TracChangeset
for help on using the changeset viewer.