Skip to content

Commit 6281ce4

Browse files
Docs: Add a missing word in maybe_create_table() description.
Follow-up to [31246]. Props crstauf, james0r. Fixes #58841. git-svn-id: https://develop.svn.wordpress.org/trunk@56270 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 5c3c625 commit 6281ce4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wp-admin/includes/upgrade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2485,7 +2485,7 @@ function upgrade_network() {
24852485
/**
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 table 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.
24912491
*

0 commit comments

Comments
 (0)