Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/04/2014 01:18:33 AM (11 years ago)
Author:
boonebgorges
Message:

Static method should be marked static

File:
1 edited

Legend:

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

    r7777 r7778  
    529529     * @return array
    530530     */
    531     protected function append_user_fullnames( $activities ) {
     531    protected static function append_user_fullnames( $activities ) {
    532532        global $wpdb;
    533533
Note: See TracChangeset for help on using the changeset viewer.