Changeset 47648 for branches/4.9/src/wp-includes/cache.php
- Timestamp:
- 04/29/2020 04:15:39 PM (4 years ago)
- Location:
- branches/4.9
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.9
- Property svn:mergeinfo changed
/trunk merged: 47633-47635,47637-47638
- Property svn:mergeinfo changed
-
branches/4.9/src/wp-includes/cache.php
r41688 r47648 669 669 echo '<ul>'; 670 670 foreach ($this->cache as $group => $cache) { 671 echo "<li><strong>Group:</strong> $group - ( ". number_format( strlen( serialize( $cache ) ) / KB_IN_BYTES, 2 ) . 'k )</li>';671 echo '<li><strong>Group:</strong> ' . esc_html( $group ) . ' - ( ' . number_format( strlen( serialize( $cache ) ) / KB_IN_BYTES, 2 ) . 'k )</li>'; 672 672 } 673 673 echo '</ul>';
Note: See TracChangeset
for help on using the changeset viewer.