Skip to:
Content

BuddyPress.org

Changeset 7460


Ignore:
Timestamp:
10/23/2013 02:13:20 AM (11 years ago)
Author:
r-a-y
Message:

Mark BP_Groups_Group::convert_type_to_order_orderby() as static.

See #5108.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-groups/bp-groups-classes.php

    r7453 r7460  
    603603     * @return array 'order' and 'orderby'
    604604     */
    605     protected function convert_type_to_order_orderby( $type = '' ) {
     605    protected static function convert_type_to_order_orderby( $type = '' ) {
    606606        $order = $orderby = '';
    607607
Note: See TracChangeset for help on using the changeset viewer.