Changeset 6573 for trunk/src/includes/admin/tools/common.php
- Timestamp:
- 06/16/2017 09:20:52 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/admin/tools/common.php
r6537 r6573 57 57 * @param string|WP_Error $message A message to be displayed or {@link WP_Error} 58 58 * @param string $class Optional. A class to be added to the message div 59 * @uses WP_Error::get_error_messages() To get the error messages of $message60 * @uses add_action() Adds the admin notice action with the message HTML61 59 * @return string The message HTML 62 60 */ … … 109 107 * @since 2.0.0 bbPress (r2613) 110 108 * 111 * @uses bbp_admin_repair_list() To get the recount list112 * @uses check_admin_referer() To verify the nonce and the referer113 * @uses wp_cache_flush() To flush the cache114 * @uses do_action() Calls 'admin_notices' to display the notices115 109 */ 116 110 function bbp_admin_repair_handler() { … … 343 337 * @since 2.0.0 bbPress (r2613) 344 338 * 345 * @uses apply_filters() Calls 'bbp_repair_list' with the list array346 339 * @return array Repair list of options 347 340 */
Note: See TracChangeset
for help on using the changeset viewer.