Changeset 6891
- Timestamp:
- 01/28/2019 11:37:16 PM (7 years ago)
- File:
-
- 1 edited
-
trunk/src/includes/admin/tools/repair.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/admin/tools/repair.php
r6715 r6891 54 54 <?php bbp_admin_repair_list_components_filter(); ?> 55 55 56 <input type="submit" name="filter_action" id="components-submit" class="button" value="<?php esc_html_e( 'Filter', 'bbpress' ); ?>"> 56 57 </div> 57 58 <br class="clear"> … … 1218 1219 unset( $replies, $reply ); 1219 1220 1220 // Flush the cache; things are about to get ugly. 1221 wp_cache_flush(); 1222 1223 return array( 0, sprintf( $statement, esc_html__( 'Complete!', 'bbpress' ) ) ); 1224 } 1221 // Complete results 1222 return array( 0, sprintf( $statement, esc_html__( 'Complete!', 'bbpress' ) ) ); 1223 }
Note: See TracChangeset
for help on using the changeset viewer.