Make WordPress Core


Ignore:
Timestamp:
02/23/2025 11:09:25 AM (9 months ago)
Author:
johnbillion
Message:

Docs: Various improvements to inline documentation.

See #62281

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/upgrade.php

    r59828 r59861  
    28612861 * @param bool            $execute Optional. Whether or not to execute the query right away.
    28622862 *                                 Default true.
    2863  * @return array Strings containing the results of the various update queries.
     2863 * @return string[] Strings containing the results of the various update queries.
    28642864 */
    28652865function dbDelta( $queries = '', $execute = true ) { // phpcs:ignore WordPress.NamingConventions.ValidFunctionName.FunctionNameInvalid
Note: See TracChangeset for help on using the changeset viewer.