Skip to:
Content

BuddyPress.org

Changeset 7354


Ignore:
Timestamp:
08/25/2013 05:23:08 PM (13 years ago)
Author:
johnjamesjacoby
Message:

BP_XProfile_Group::render_admin_form() is not a static method. See #5108.

File:
1 edited

Legend:

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

    r7311 r7354  
    348348        }
    349349
    350         public static function render_admin_form() {
     350        public function render_admin_form() {
    351351                global $message;
    352352
Note: See TracChangeset for help on using the changeset viewer.