Ticket #34337: 34337.patch
File 34337.patch, 604 bytes (added by , 9 years ago) |
---|
-
wp-includes/option.php
IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP <+>UTF-8
189 189 wp_cache_add( 'alloptions', $alloptions, 'options' ); 190 190 } 191 191 192 return $alloptions; 192 /** 193 * Filter all options 194 * 195 * @since 4.4.0 196 * 197 * @param array $alloptions Options. 198 */ 199 200 return apply_filters( 'alloptions', $alloptions ); 193 201 } 194 202 195 203 /**