- Timestamp:
- 06/27/2021 10:47:39 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/includes/activity/widgets.php
r12949 r12976 20 20 * 21 21 * @since 3.0.0 22 * @since 9.0.0 Adds the `show_instance_in_rest` property to Widget options. 22 23 */ 23 24 public function __construct() { … … 35 36 'description' => __( 'Display the latest updates of your community having the types of your choice.', 'buddypress' ), 36 37 'customize_selective_refresh' => true, 38 'show_instance_in_rest' => true, 37 39 ) 38 40 );
Note: See TracChangeset
for help on using the changeset viewer.