Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/11/2012 02:29:55 AM (14 years ago)
Author:
johnjamesjacoby
Message:

Remove unneeded globals and clean up some code in Members component. Remove signup file and move its code into screens and functions. See #3989.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-members/bp-members-buddybar.php

    r5466 r5700  
    11<?php
     2
     3/**
     4 * BuddyPress Members BuddyBar
     5 *
     6 * Handles the member functions related to the BuddyBar
     7 *
     8 * @package BuddyPress
     9 * @subpackage MembersBuddyBar
     10 */
     11
    212// Exit if accessed directly
    313if ( !defined( 'ABSPATH' ) ) exit;
     
    4252add_action( 'bp_adminbar_menus', 'bp_adminbar_notifications_menu', 8 );
    4353
    44 // **** "Blog Authors" Menu (visible when not logged in) ********
     54/**
     55 * Blog Authors Menu (visible when not logged in)
     56 */
    4557function bp_adminbar_authors_menu() {
    46     global $bp, $wpdb;
     58    global $wpdb;
    4759
    4860    // Only for multisite
Note: See TracChangeset for help on using the changeset viewer.