Make WordPress Core


Ignore:
Timestamp:
05/25/2021 05:42:58 PM (4 years ago)
Author:
desrosj
Message:

Coding Standards: Apply some minor coding standards adjustments.

Follow up to [50977], [50987], and [50995].

See #41683, #53156, #53175.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/widgets/class-wp-widget-rss.php

    r50995 r51007  
    2323     */
    2424    public function __construct() {
    25         $widget_ops  = array(
     25        $widget_ops = array(
    2626            'description'                 => __( 'Entries from any RSS or Atom feed.' ),
    2727            'customize_selective_refresh' => true,
Note: See TracChangeset for help on using the changeset viewer.