mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Docs: In various @return tags, list the expected type first, instead of false.
Follow-up to [46696]. See #48303. git-svn-id: https://develop.svn.wordpress.org/trunk@47060 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -114,7 +114,7 @@ endif;
|
||||
* @param string $table_name Table name
|
||||
* @param string $column_name Column name
|
||||
* @param string $drop_ddl SQL statement to drop column.
|
||||
* @return bool False on failure, true on success or doesn't exist.
|
||||
* @return bool True on success or if the column doesn't exist, false on failure.
|
||||
*/
|
||||
function maybe_drop_column( $table_name, $column_name, $drop_ddl ) {
|
||||
global $wpdb;
|
||||
|
||||
Reference in New Issue
Block a user