Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/10/2012 09:05:01 PM (14 years ago)
Author:
johnjamesjacoby
Message:

More class, less Class.

File:
1 edited

Legend:

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

    r5643 r5697  
    33if ( !defined( 'ABSPATH' ) ) exit;
    44
    5 Class BP_XProfile_Group {
     5class BP_XProfile_Group {
    66    var $id = null;
    77    var $name;
     
    319319
    320320
    321 Class BP_XProfile_Field {
     321class BP_XProfile_Field {
    322322    var $id;
    323323    var $group_id;
     
    799799
    800800
    801 Class BP_XProfile_ProfileData {
     801class BP_XProfile_ProfileData {
    802802    var $id;
    803803    var $user_id;
Note: See TracChangeset for help on using the changeset viewer.