Changeset 8076 for sites/trunk/wordcamp.org/public_html/wp-content/themes
- Timestamp:
- 01/12/2019 12:55:41 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/themes/wordcamp-central-2012/functions.php
r7861 r8076 123 123 124 124 // Jetpack will do the is_email check for us 125 $email = $_REQUEST['wccentral-subscribe-email']; 126 $subscribe = Jetpack_Subscriptions::subscribe( $email, 0, false ); 125 $jetpack_subscriptions = Jetpack_Subscriptions::init(); 126 $email = $_REQUEST['wccentral-subscribe-email']; 127 $subscribe = $jetpack_subscriptions->subscribe( $email, 0, false ); 127 128 128 129 // The following part is taken from the Jetpack subscribe widget (subscriptions.php)
Note: See TracChangeset
for help on using the changeset viewer.