Changeset 6573 for trunk/src/includes/admin/tools/reset.php
- Timestamp:
- 06/16/2017 09:20:52 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/admin/tools/reset.php
r6513 r6573 16 16 * @since 2.0.0 bbPress (r2613) 17 17 * 18 * @uses check_admin_referer() To verify the nonce and the referer19 * @uses do_action() Calls 'admin_notices' to display the notices20 * @uses wp_nonce_field() To add a hidden nonce field21 18 */ 22 19 function bbp_admin_reset_page() { … … 83 80 * 84 81 * @since 2.0.0 bbPress (r2613) 85 *86 * @uses check_admin_referer() To verify the nonce and the referer87 * @uses wp_cache_flush() To flush the cache88 * @uses bbp_get_forum_post_type() To get the forum post type89 * @uses bbp_get_topic_post_type() To get the topic post type90 * @uses bbp_get_reply_post_type() To get the reply post type91 82 */ 92 83 function bbp_admin_reset_handler() {
Note: See TracChangeset
for help on using the changeset viewer.