Make WordPress Core

Changeset 56270

Timestamp:
07/19/2023 11:31:15 AM (13 months ago)
Author:
SergeyBiryukov
Message:

Docs: Add a missing word in maybe_create_table() description.

Follow-up to [31246].

Props crstauf, james0r.
Fixes #58841.

File:
1 edited

Legend:

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

    r56258 r56270  
    24862486 * Creates a table in the database, if it doesn't already exist.
    24872487 *
    2488  * This method checks for an existing database and creates a new one if it's not
     2488 * This method checks for an existing database and creates a new one if it's not
    24892489 * already present. It doesn't rely on MySQL's "IF NOT EXISTS" statement, but chooses
    24902490 * to query all tables first and then run the SQL statement creating the table.
Note: See TracChangeset for help on using the changeset viewer.