equal
deleted
inserted
replaced
168 /** |
168 /** |
169 * Sets the list of global cache groups. |
169 * Sets the list of global cache groups. |
170 * |
170 * |
171 * @since 3.0.0 |
171 * @since 3.0.0 |
172 * |
172 * |
173 * @param array $groups List of groups that are global. |
173 * @param string|string[] $groups List of groups that are global. |
174 */ |
174 */ |
175 public function add_global_groups( $groups ) { |
175 public function add_global_groups( $groups ) { |
176 $groups = (array) $groups; |
176 $groups = (array) $groups; |
177 |
177 |
178 $groups = array_fill_keys( $groups, true ); |
178 $groups = array_fill_keys( $groups, true ); |