← All changes
|
includes/lib/class-sqlite-object-cache-statistics.php
+1
-1
trunk
→
1.6.2
View file →
| @@ -531,9 +531,9 @@ | ||
| 531 | 531 | $latest = max( $latest, $ts ); |
| 532 | 532 | $splits = explode( '|', $item->name, 2 ); |
| 533 | 533 | $group = $splits[0]; |
| 534 | 534 | $group = preg_replace( '/^([^_]+)_.+_(relationships)$/', '\1-*-\2', $group ); |
| 535 | - $group = preg_replace( '/_[ 0-9a-f._]+$/', '_*', $group ); | |
| 535 | + $group = preg_replace( '/_[ 0-9._]+$/', '_*', $group ); | |
| 536 | 536 | if ( ! array_key_exists( $group, $grouplength ) ) { |
| 537 | 537 | $grouplength[ $group ] = 0; |
| 538 | 538 | $groupcount[ $group ] = 0; |
| 539 | 539 | } |