7 | | > // Don't harsh my mellow. upgrade_422() must be called before |
8 | | > // upgrade_420() to catch bad comments prior to any auto-expansion of |
9 | | > // MySQL column widths. |
10 | | > if ( $wp_current_db_version < 31534 ) |
11 | | > upgrade_422(); |
12 | | > |
13 | | > if ( $wp_current_db_version < 31351 ) |
14 | | > upgrade_420(); |
15 | | > |
| 7 | |
| 8 | {{{ |
| 9 | // Don't harsh my mellow. upgrade_422() must be called before |
| 10 | // upgrade_420() to catch bad comments prior to any auto-expansion of |
| 11 | // MySQL column widths. |
| 12 | if ( $wp_current_db_version < 31534 ) |
| 13 | upgrade_422(); |
| 14 | |
| 15 | if ( $wp_current_db_version < 31351 ) |
| 16 | upgrade_420(); |
| 17 | }}} |