Ticket #33958: 33958.patch
File 33958.patch, 491 bytes (added by , 9 years ago) |
---|
-
wp-includes/option.php
IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP <+>UTF-8
176 176 wp_cache_add( 'alloptions', $alloptions, 'options' ); 177 177 } 178 178 179 return $alloptions;179 return apply_filters( 'all_options', $alloptions ); 180 180 } 181 181 182 182 /**