Advertisement
Guest User

bbPress various

a guest
Jun 16th, 2010
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.28 KB | None | 0 0
  1. function foo()
  2. {
  3.     global $bb_current_user;
  4.  
  5.     if($bb_current_user->has_cap('administrate'))
  6.         echo "I am an administrator and you are not.";
  7.  
  8.     echo "This is my profile edit page: ", get_profile_tab_link($bb_current_user->ID, 'edit'),
  9.         ' Now move on you insensitive cold.';
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement