Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/12/2018 08:52:21 PM (8 years ago)
Author:
djpaul
Message:

Templates, Nouveau: function argument indentation tweaks, and minor code standards.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-nouveau/includes/messages/classes.php

    r11855 r11856  
    1313        class BP_Nouveau_Notices_List_Table extends WP_List_Table {
    1414                public function __construct( $args = array() ) {
    15                         parent::__construct( array(
    16                                 'plural' => 'notices',
    17                                 'singular' => 'notice',
    18                                 'ajax' => true,
    19                                 'screen' => isset( $args['screen'] ) ? $args['screen'] : null,
    20                         ) );
     15                        parent::__construct(
     16                                array(
     17                                        'plural'   => 'notices',
     18                                        'singular' => 'notice',
     19                                        'ajax'     => true,
     20                                        'screen'   => isset( $args['screen'] ) ? $args['screen'] : null,
     21                                )
     22                        );
    2123                }
    2224
Note: See TracChangeset for help on using the changeset viewer.