- Timestamp:
- 04/15/2016 04:59:34 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-members/classes/class-bp-members-component.php
r10652 r10711 13 13 /** 14 14 * Defines the BuddyPress Members Component. 15 * 16 * @since 1.5.0 15 17 */ 16 18 class BP_Members_Component extends BP_Component { … … 45 47 /** 46 48 * Include bp-members files. 49 * 50 * @since 1.5.0 47 51 * 48 52 * @see BP_Component::includes() for description of parameters. … … 114 118 'global_tables' => array( 115 119 'table_name_last_activity' => bp_core_get_table_prefix() . 'bp_activity', 116 'table_name_signups' => $wpdb->base_prefix . 'signups', // signups is a global WordPress table120 'table_name_signups' => $wpdb->base_prefix . 'signups', // Signups is a global WordPress table. 117 121 ) 118 122 ); … … 283 287 /** 284 288 * Set up the title for pages and <title>. 289 * 290 * @since 1.5.0 285 291 */ 286 292 public function setup_title() {
Note: See TracChangeset
for help on using the changeset viewer.