Changeset 58299 for trunk/src/wp-admin/includes/class-wp-debug-data.php
- Timestamp:
- 06/03/2024 04:54:31 PM (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-debug-data.php
r57245 r58299 480 480 'plugins_size' => array( 481 481 'label' => __( 'Plugins directory size' ), 482 'value' => $loading, 483 'debug' => 'loading...', 484 ), 485 'fonts_path' => array( 486 'label' => __( 'Fonts directory location' ), 487 'value' => wp_get_font_dir()['basedir'], 488 ), 489 'fonts_size' => array( 490 'label' => __( 'Fonts directory size' ), 482 491 'value' => $loading, 483 492 'debug' => 'loading...', … … 1637 1646 'plugins_size' => WP_PLUGIN_DIR, 1638 1647 'uploads_size' => $upload_dir['basedir'], 1648 'fonts_size' => wp_get_font_dir()['basedir'], 1639 1649 ); 1640 1650
Note: See TracChangeset
for help on using the changeset viewer.