Skip to content
Snippets Groups Projects
Commit a6cdebd9 authored by Mohammad Jangda's avatar Mohammad Jangda
Browse files

Add default definition of PUSH_SYNDICATE_KEY to prevent notices

parent bd49d4aa
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,9 @@ License: GPLv2 or later
**************************************************************************/
if ( ! defined( 'PUSH_SYNDICATE_KEY' ) )
define( 'PUSH_SYNDICATE_KEY', '' );
require_once ( dirname( __FILE__ ) . '/includes/class-wp-push-syndication-server.php' );
if( apply_filters( 'syn_use_async_jobs', false ) )
require_once ( dirname( __FILE__ ) . '/includes/class-wpcom-push-syndication-server.php' );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment