equal
deleted
inserted
replaced
26 public function __construct() { |
26 public function __construct() { |
27 $widget_ops = array( |
27 $widget_ops = array( |
28 'classname' => 'widget_meta', |
28 'classname' => 'widget_meta', |
29 'description' => __( 'Login, RSS, & WordPress.org links.' ), |
29 'description' => __( 'Login, RSS, & WordPress.org links.' ), |
30 'customize_selective_refresh' => true, |
30 'customize_selective_refresh' => true, |
|
31 'show_instance_in_rest' => true, |
31 ); |
32 ); |
32 parent::__construct( 'meta', __( 'Meta' ), $widget_ops ); |
33 parent::__construct( 'meta', __( 'Meta' ), $widget_ops ); |
33 } |
34 } |
34 |
35 |
35 /** |
36 /** |