Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/23/2012 06:18:39 AM (13 years ago)
Author:
johnjamesjacoby
Message:

First pass at adding user capabilities screen and action to settings component:

  • Add capabilities template
  • Unhook core spammer and deleted user actions and move to settings
  • Route admin bar links appropriately to new locations
  • Allow delete-account to be accessed by super admins in place of broken alerts
  • Improve general settings feedback
  • @todo - backpat post mortem
  • See #4038
File:
1 edited

Legend:

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

    r5803 r5829  
    5656    }
    5757}
    58 add_action( 'bp_actions', 'bp_core_action_set_spammer_status' );
     58// Unhooked in BuddyPress (1.6) - moved to settings
     59//add_action( 'bp_actions', 'bp_core_action_set_spammer_status' );
    5960
    6061/**
     
    9192    }
    9293}
    93 add_action( 'bp_actions', 'bp_core_action_delete_user' );
     94// Unhooked in BuddyPress (1.6) - moved to settings
     95//add_action( 'bp_actions', 'bp_core_action_delete_user' );
    9496
    9597/**
Note: See TracChangeset for help on using the changeset viewer.