Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
07/25/2013 06:26:35 PM (11 years ago)
Author:
johnjamesjacoby
Message:

Revert more private method scope breaking changes from r7308. See #5108.

File:
1 edited

Legend:

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

    r7310 r7311  
    7272    }
    7373
    74     private function populate( $thread_id, $order ) {
     74    public function populate( $thread_id, $order ) {
    7575        global $wpdb, $bp;
    7676
     
    326326    }
    327327
    328     private function populate( $id ) {
     328    public function populate( $id ) {
    329329        global $wpdb, $bp;
    330330
     
    444444    }
    445445
    446     private function populate() {
     446    public function populate() {
    447447        global $wpdb, $bp;
    448448
Note: See TracChangeset for help on using the changeset viewer.