Make WordPress Core


Ignore:
Timestamp:
03/25/2018 06:09:56 PM (7 years ago)
Author:
johnbillion
Message:

Docs: Document more parameters and properties using typed array notation.

See #41756

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/maint/repair.php

    r42827 r42875  
    9090     * @since 3.0.0
    9191     *
    92      * @param array $tables Array of prefixed table names to be repaired.
     92     * @param string[] $tables Array of prefixed table names to be repaired.
    9393     */
    9494    $tables = array_merge( $tables, (array) apply_filters( 'tables_to_repair', array() ) );
Note: See TracChangeset for help on using the changeset viewer.