Plugin Directory

Changeset 3202734


Ignore:
Timestamp:
12/05/2024 02:15:46 AM (15 months ago)
Author:
codecompiled
Message:

Updated db tables displayed to users

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wp-settings/trunk/wp-settings.php

    r3202695 r3202734  
    135135             WHERE table_schema = %s
    136136             ORDER BY TableSizeMB DESC
    137              LIMIT 5",
     137             LIMIT 20",
    138138            $tableSchema
    139139        )
     
    380380            <tr>
    381381                <td colspan="5" style="text-align: left; padding: 10px; font-weight: bold; background-color: #0073aa; color: #fff;">
    382                     Top 5 Largest Tables:
     382                    Tables(sorted by size,top 20):
    383383                </td>
    384384            </tr>
Note: See TracChangeset for help on using the changeset viewer.