Changeset 42875 for trunk/src/wp-admin/maint/repair.php
- Timestamp:
- 03/25/2018 06:09:56 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/maint/repair.php
r42827 r42875 90 90 * @since 3.0.0 91 91 * 92 * @param array$tables Array of prefixed table names to be repaired.92 * @param string[] $tables Array of prefixed table names to be repaired. 93 93 */ 94 94 $tables = array_merge( $tables, (array) apply_filters( 'tables_to_repair', array() ) );
Note: See TracChangeset
for help on using the changeset viewer.