Make WordPress Core

Ticket #53845: 53845.2.diff

File 53845.2.diff, 592 bytes (added by zodiac1978, 2 years ago)

Removing the Query cache size part because of deprecation issues

  • src/wp-admin/includes/class-wp-debug-data.php

     
    935935                        'value' => self::get_mysql_var( 'max_connections' ),
    936936                );
    937937
    938                 $info['wp-database']['fields']['query_cache_size'] = array(
    939                         'label' => __( 'Query cache size' ),
    940                         'value' => self::get_mysql_var( 'query_cache_size' ),
    941                 );
    942 
    943938                // List must use plugins if there are any.
    944939                $mu_plugins = get_mu_plugins();
    945940