Skip to content

Commit 4e10229

Browse files
committed
Minor tweaks
1 parent 14069b9 commit 4e10229

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

object-cache.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ function get_multi( $groups ) {
556556
public function get_multiple( $ids, $group = 'default', $force = false ) {
557557
$mc = $this->get_mc( $group );
558558

559-
$no_mc = in_array( $group, $this->no_mc_groups );
559+
$no_mc = in_array( $group, $this->no_mc_groups, true );
560560

561561
$uncached_keys = array();
562562

@@ -717,6 +717,7 @@ function colorize_debug_line( $line, $trailing_html = '' ) {
717717
'get' => 'green',
718718
'get_local' => 'lightgreen',
719719
'get_multi' => 'fuchsia',
720+
'get_multiple' => 'navy',
720721
'set' => 'purple',
721722
'set_local' => 'orchid',
722723
'add' => 'blue',

0 commit comments

Comments
 (0)