- Timestamp:
- 06/27/2021 10:47:39 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-messages/classes/class-bp-messages-sitewide-notices-widget.php
r11447 r12976 20 20 /** 21 21 * Constructor method. 22 * 23 * @since 1.9.0 24 * @since 9.0.0 Adds the `show_instance_in_rest` property to Widget options. 22 25 */ 23 26 function __construct() { … … 29 32 'description' => __( 'Display Sitewide Notices posted by the site administrator', 'buddypress' ), 30 33 'customize_selective_refresh' => true, 34 'show_instance_in_rest' => true, 31 35 ) 32 36 );
Note: See TracChangeset
for help on using the changeset viewer.