Skip to:
Content

BuddyPress.org

Changeset 9297


Ignore:
Timestamp:
01/05/2015 09:33:44 PM (10 years ago)
Author:
r-a-y
Message:

Whitespace audit for BP_Recursive_Query class.

Props DJPaul.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-activity/bp-activity-classes.php

    r9273 r9297  
    18001800     *               Default: 'a'. BP_Activity_Activity::get() uses 'a', so we default to that.
    18011801     * @return string SQL fragment to append to the main WHERE clause.
    1802      * }
    18031802     */
    18041803    public function get_sql( $alias = 'a' ) {
     
    19371936     * @return bool
    19381937     */
    1939         protected function is_first_order_clause( $query ) {
     1938    protected function is_first_order_clause( $query ) {
    19401939        return isset( $query['column'] ) || isset( $query['value'] );
    1941         }
     1940    }
    19421941
    19431942    /**
Note: See TracChangeset for help on using the changeset viewer.