Changeset 59861 for trunk/src/wp-admin/includes/upgrade.php
- Timestamp:
- 02/23/2025 11:09:25 AM (9 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/upgrade.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/upgrade.php
r59828 r59861 2861 2861 * @param bool $execute Optional. Whether or not to execute the query right away. 2862 2862 * Default true. 2863 * @return arrayStrings containing the results of the various update queries.2863 * @return string[] Strings containing the results of the various update queries. 2864 2864 */ 2865 2865 function dbDelta( $queries = '', $execute = true ) { // phpcs:ignore WordPress.NamingConventions.ValidFunctionName.FunctionNameInvalid
Note: See TracChangeset
for help on using the changeset viewer.