Upgrade/Install: Remove unused global in upgrade_430_fix_comments()
.
Props adnan.limdi. Fixes #41970. git-svn-id: https://develop.svn.wordpress.org/trunk@46972 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
81a54a49d4
commit
ed3e924683
@ -1962,11 +1962,10 @@ function upgrade_430() {
|
||||
* @ignore
|
||||
* @since 4.3.0
|
||||
*
|
||||
* @global int $wp_current_db_version The old (current) database version.
|
||||
* @global wpdb $wpdb WordPress database abstraction object.
|
||||
*/
|
||||
function upgrade_430_fix_comments() {
|
||||
global $wp_current_db_version, $wpdb;
|
||||
global $wpdb;
|
||||
|
||||
$content_length = $wpdb->get_col_length( $wpdb->comments, 'comment_content' );
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user