Make WordPress Core


Ignore:
Timestamp:
01/11/2020 06:30:58 PM (5 years ago)
Author:
SergeyBiryukov
Message:

Docs: In various @return tags, list the expected type first, instead of false.

Follow-up to [46696].

See #48303.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/install-helper.php

    r42343 r47060  
    115115 * @param string $column_name Column name
    116116 * @param string $drop_ddl SQL statement to drop column.
    117  * @return bool False on failure, true on success or doesn't exist.
     117 * @return bool True on success or if the column doesn't exist, false on failure.
    118118 */
    119119function maybe_drop_column( $table_name, $column_name, $drop_ddl ) {
Note: See TracChangeset for help on using the changeset viewer.