Make WordPress Core

Changeset 51007


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

Coding Standards: Apply some minor coding standards adjustments.

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

See #41683, #53156, #53175.

Location:
trunk/src/wp-includes
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-theme-json.php

    r50977 r51007  
    10191019     */
    10201020    public function merge( $incoming, $update_or_remove = 'remove' ) {
    1021         $incoming_data    = $incoming->get_raw_data();
     1021        $incoming_data = $incoming->get_raw_data();
    10221022        $existing_data = $this->theme_json;
    10231023
  • trunk/src/wp-includes/kses.php

    r50987 r51007  
    253253            'value' => true,
    254254        ),
    255         'main'        => array(
     255        'main'       => array(
    256256            'align'    => true,
    257257            'dir'      => true,
  • 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.