Make WordPress Core


Ignore:
Timestamp:
11/30/2017 11:09:33 PM (7 years ago)
Author:
pento
Message:

Code is Poetry.
WordPress' code just... wasn't.
This is now dealt with.

Props jrf, pento, netweb, GaryJ, jdgrimes, westonruter, Greg Sherwood from PHPCS, and everyone who's ever contributed to WPCS and PHPCS.
Fixes #41057.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/term.php

    r42228 r42343  
    5959}
    6060
    61 get_current_screen()->set_screen_reader_content( array(
    62     'heading_pagination' => $tax->labels->items_list_navigation,
    63     'heading_list'       => $tax->labels->items_list,
    64 ) );
     61get_current_screen()->set_screen_reader_content(
     62    array(
     63        'heading_pagination' => $tax->labels->items_list_navigation,
     64        'heading_list'       => $tax->labels->items_list,
     65    )
     66);
    6567wp_enqueue_script( 'admin-tags' );
    6668require_once( ABSPATH . 'wp-admin/admin-header.php' );
Note: See TracChangeset for help on using the changeset viewer.