Skip to:
Content

BuddyPress.org

Changeset 7084


Ignore:
Timestamp:
05/19/2013 12:09:17 AM (12 years ago)
Author:
boonebgorges
Message:

Changes BP_Groups_Group::get_meta_query_sql() to be access: protected

This method constructs only a part of a larger SQL query. It is therefore
very implementation-specific, and we want to retain the possibility of
modifying how it works in the future.

File:
1 edited

Legend:

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

    r7073 r7084  
    498498     * AND keyword from the 'where' clause).
    499499     *
    500      * @since 1.8
     500     * @since BuddyPress (1.8)
     501     * @access protected
    501502     *
    502503     * @param array $meta_query An array of meta_query filters. See the
     
    504505     * @return array $sql_array 'join' and 'where' clauses
    505506     */
    506     public static function get_meta_query_sql( $meta_query = array() ) {
     507    protected static function get_meta_query_sql( $meta_query = array() ) {
    507508        global $wpdb;
    508509
Note: See TracChangeset for help on using the changeset viewer.