mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-05-29 15:44:27 +00:00
Coding Standards: Apply some minor coding standards adjustments.
Follow up to [50977], [50987], and [50995]. See #41683, #53156, #53175. git-svn-id: https://develop.svn.wordpress.org/trunk@51007 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -22,7 +22,7 @@ class WP_Widget_RSS extends WP_Widget {
|
||||
* @since 2.8.0
|
||||
*/
|
||||
public function __construct() {
|
||||
$widget_ops = array(
|
||||
$widget_ops = array(
|
||||
'description' => __( 'Entries from any RSS or Atom feed.' ),
|
||||
'customize_selective_refresh' => true,
|
||||
'show_instance_in_rest' => true,
|
||||
|
||||
Reference in New Issue
Block a user