Changeset 42249 for trunk/src/wp-admin/includes/upgrade.php
- Timestamp:
- 11/28/2017 04:23:11 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/upgrade.php
r42228 r42249 2249 2249 2250 2250 // Extract type, name and columns from the definition. 2251 // phpcs:disable Squiz.Strings.ConcatenationSpacing.PaddingFound -- don't remove regex indentation 2251 2252 preg_match( 2252 2253 '/^' … … 2272 2273 $index_matches 2273 2274 ); 2275 // phpcs:enable 2274 2276 2275 2277 // Uppercase the index type and normalize space characters.
Note: See TracChangeset
for help on using the changeset viewer.