Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
09/24/2008 05:31:27 AM (17 years ago)
Author:
apeatling
Message:

Introduced new functions for handling navigation items. bp_core_add_nav_item() bp_core_add_nav_default() bp_core_add_subnav_item() can now be used.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core/homebase-creation/bp-core-homebase-tab.php

    r309 r359  
    11<?php
    22
    3 if ( get_usermeta( $bp['loggedin_userid'], 'home_base' ) && !wp_verify_nonce($_POST['nonce'], 'slick_avatars') )
     3if ( $bp['loggedin_homebase_id'] && !wp_verify_nonce($_POST['nonce'], 'slick_avatars') )
    44    wp_die('Home Base already created.');
    55   
Note: See TracChangeset for help on using the changeset viewer.