Changeset 47644 for branches/5.3/src/wp-includes/cache.php
- Timestamp:
- 04/29/2020 04:04:20 PM (6 years ago)
- Location:
- branches/5.3
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-includes/cache.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/5.3
- Property svn:mergeinfo changed
/trunk merged: 47633-47638
- Property svn:mergeinfo changed
-
branches/5.3/src/wp-includes/cache.php
r45161 r47644 696 696 echo '<ul>'; 697 697 foreach ( $this->cache as $group => $cache ) { 698 echo "<li><strong>Group:</strong> $group - ( ". number_format( strlen( serialize( $cache ) ) / KB_IN_BYTES, 2 ) . 'k )</li>';698 echo '<li><strong>Group:</strong> ' . esc_html( $group ) . ' - ( ' . number_format( strlen( serialize( $cache ) ) / KB_IN_BYTES, 2 ) . 'k )</li>'; 699 699 } 700 700 echo '</ul>';
Note: See TracChangeset
for help on using the changeset viewer.