Skip to content

Commit d303370

Browse files
committed
Minor tweaks
1 parent c9e4787 commit d303370

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
@@ -600,7 +600,7 @@ function get_multi( $groups ) {
600600
public function get_multiple( $ids, $group = 'default', $force = false ) {
601601
$mc = $this->get_mc( $group );
602602

603-
$no_mc = in_array( $group, $this->no_mc_groups );
603+
$no_mc = in_array( $group, $this->no_mc_groups, true );
604604

605605
$uncached_keys = array();
606606

@@ -771,6 +771,7 @@ function colorize_debug_line( $line, $trailing_html = '' ) {
771771
'get' => 'green',
772772
'get_local' => 'lightgreen',
773773
'get_multi' => 'fuchsia',
774+
'get_multiple' => 'navy',
774775
'set' => 'purple',
775776
'set_local' => 'orchid',
776777
'add' => 'blue',

0 commit comments

Comments
 (0)