Changeset 47657 for branches/4.2/src/wp-includes/cache.php
- Timestamp:
- 04/29/2020 04:51:02 PM (5 years ago)
- Location:
- branches/4.2
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.2
- Property svn:mergeinfo changed
/trunk merged: 47634-47635,47637-47638
- Property svn:mergeinfo changed
-
branches/4.2/src/wp-includes/cache.php
r32116 r47657 648 648 echo '<ul>'; 649 649 foreach ($this->cache as $group => $cache) { 650 echo "<li><strong>Group:</strong> $group - ( " . number_format( strlen( serialize( $cache ) ) / 1024, 2 ) . 'k )</li>';650 echo '<li><strong>Group:</strong> ' . esc_html( $group ) . ' - ( ' . number_format( strlen( serialize( $cache ) ) / KB_IN_BYTES, 2 ) . 'k )</li>'; 651 651 } 652 652 echo '</ul>';
Note: See TracChangeset
for help on using the changeset viewer.