Changeset 9877 for trunk/src/bp-members/bp-members-screens.php
- Timestamp:
- 05/19/2015 01:40:26 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-members/bp-members-screens.php
r9819 r9877 2 2 3 3 /** 4 * BuddyPress Member Screens 4 * BuddyPress Member Screens. 5 5 * 6 6 * Handlers for member screens that aren't handled elsewhere. … … 294 294 */ 295 295 function bp_core_screen_activation() { 296 296 297 297 // Bail if not viewing the activation page 298 298 if ( ! bp_is_current_component( 'activate' ) ) { … … 522 522 * 523 523 * @param string $templates The templates from 524 * bp_get_theme_compat_templates(). 524 * bp_get_theme_compat_templates(). 525 * 525 526 * @return array $templates Array of custom templates to look for. 526 527 */ … … 592 593 593 594 /** 594 * Setup the groups component theme compatibility 595 * Setup the groups component theme compatibility. 595 596 * 596 597 * @since BuddyPress (1.7.0) … … 632 633 * 633 634 * @param string $templates The templates from bp_get_theme_compat_templates(). 635 * 634 636 * @return array $templates Array of custom templates to look for. 635 637 */
Note: See TracChangeset
for help on using the changeset viewer.