Changeset 6573 for trunk/src/includes/admin/tools/upgrade.php
- Timestamp:
- 06/16/2017 09:20:52 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/admin/tools/upgrade.php
r6537 r6573 16 16 * @since 2.6.0 bbPress (r6278) 17 17 * 18 * @uses bbp_admin_repair_list() To get the recount list19 * @uses check_admin_referer() To verify the nonce and the referer20 * @uses wp_cache_flush() To flush the cache21 * @uses do_action() Calls 'admin_notices' to display the notices22 * @uses wp_nonce_field() To add a hidden nonce field23 18 */ 24 19 function bbp_admin_upgrade_page() { … … 218 213 * @since 2.6.0 bbPress (r4395) 219 214 * 220 * @uses bbp_get_forum_post_type() To get the forum post type221 215 * @return If a wp_error() occurs and no converted forums are found 222 216 */
Note: See TracChangeset
for help on using the changeset viewer.