- Timestamp:
- 06/27/2021 10:47:39 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-friends/classes/class-bp-core-friends-widget.php
r12323 r12976 22 22 * 23 23 * @since 1.9.0 24 * @since 9.0.0 Adds the `show_instance_in_rest` property to Widget options. 24 25 */ 25 26 function __construct() { … … 28 29 'classname' => 'widget_bp_core_friends_widget buddypress widget', 29 30 'customize_selective_refresh' => true, 31 'show_instance_in_rest' => true, 30 32 ); 31 33 parent::__construct( false, $name = _x( '(BuddyPress) Friends', 'widget name', 'buddypress' ), $widget_ops );
Note: See TracChangeset
for help on using the changeset viewer.