Skip to:
Content

bbPress.org


Ignore:
Timestamp:
07/04/2012 02:17:31 AM (14 years ago)
Author:
johnjamesjacoby
Message:

Admin:

  • Add nonce checks and additional sanity checks to converter, to prevent it being loaded or accessed outside of the converter screen.
  • Use 'load-' actions to conditionally load admin components on their respective screens.
  • Remove post_type checks that are no longer needed as a result of conditionally loading each component.
  • Use get_current_screen() to fill in any extra post_type checks.
  • Sweep through converter, make output more clean, add output method, and store last query in the DB in case of failure.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/plugin/bbp-admin/bbp-users.php

    r3966 r4053  
    100100}
    101101endif; // class exists
    102 
    103 /**
    104  * Setup bbPress Users Admin
    105  *
    106  * @since bbPress (r2596)
    107  *
    108  * @uses BBP_Replies_Admin
    109  */
    110 function bbp_users_admin() {
    111     bbpress()->admin->users = new BBP_Users_Admin();
    112 }
Note: See TracChangeset for help on using the changeset viewer.