Make WordPress Core

Ticket #33958: 33958.patch

File 33958.patch, 491 bytes (added by sebastian.pisula, 9 years ago)
  • wp-includes/option.php

    IDEA additional info:
    Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
    <+>UTF-8
     
    176176                        wp_cache_add( 'alloptions', $alloptions, 'options' );
    177177        }
    178178
    179         return $alloptions;
     179        return apply_filters( 'all_options', $alloptions );
    180180}
    181181
    182182/**