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/members/loader.php

    r11855 r11856  
    5454    protected function setup_actions() {
    5555        $ajax_actions = array(
    56             array( 'members_filter' => array( 'function' => 'bp_nouveau_ajax_object_template_loader', 'nopriv' => true ) ),
     56            array(
     57                'members_filter' => array(
     58                    'function' => 'bp_nouveau_ajax_object_template_loader',
     59                    'nopriv'   => true,
     60                ),
     61            ),
    5762        );
    5863
Note: See TracChangeset for help on using the changeset viewer.