Changeset 359 for trunk/bp-core/homebase-creation/bp-core-homebase-tab.php
- Timestamp:
- 09/24/2008 05:31:27 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/homebase-creation/bp-core-homebase-tab.php
r309 r359 1 1 <?php 2 2 3 if ( get_usermeta( $bp['loggedin_userid'], 'home_base' )&& !wp_verify_nonce($_POST['nonce'], 'slick_avatars') )3 if ( $bp['loggedin_homebase_id'] && !wp_verify_nonce($_POST['nonce'], 'slick_avatars') ) 4 4 wp_die('Home Base already created.'); 5 5
Note: See TracChangeset
for help on using the changeset viewer.