Making WordPress.org


Ignore:
Timestamp:
02/01/2018 08:01:13 PM (5 years ago)
Author:
obenland
Message:

Rosetta: Enable Jetpack subscriptions by default.

See #727.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/rosetta/inc/site/class-locale-main.php

    r5230 r6507  
    7878            'sharedaddy',
    7979            'shortcodes',
     80            'subscriptions',
    8081        ] );
    8182        $jetpack_module_manager->setup();
     
    124125
    125126        $options->setup();
     127
     128        // Options for Jetpack's subscription module.
     129        add_filter( 'pre_option_stb_enabled', '__return_zero' );
     130        add_filter( 'pre_option_stc_enabled', '__return_zero' );
    126131    }
    127132
Note: See TracChangeset for help on using the changeset viewer.