Changeset 47060 for trunk/src/wp-admin/install-helper.php
- Timestamp:
- 01/11/2020 06:30:58 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/install-helper.php
r42343 r47060 115 115 * @param string $column_name Column name 116 116 * @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. 118 118 */ 119 119 function maybe_drop_column( $table_name, $column_name, $drop_ddl ) {
Note: See TracChangeset
for help on using the changeset viewer.