Skip to content
Snippets Groups Projects
Commit aa79a6c5 authored by Prasath Nadarajah's avatar Prasath Nadarajah
Browse files

small typo in file_exists check

parent 09830a35
Branches
No related tags found
No related merge requests found
...@@ -13,7 +13,7 @@ License: GPLv2 or later ...@@ -13,7 +13,7 @@ License: GPLv2 or later
**************************************************************************/ **************************************************************************/
require_once ( dirname( __FILE__ ) . '/includes/class-wp-push-syndication-server.php' ); require_once ( dirname( __FILE__ ) . '/includes/class-wp-push-syndication-server.php' );
if( file_exists( dirname( __FILE__ ) . '/includes/class-wpcom-push-syndication-server.php' ) ); if( file_exists( dirname( __FILE__ ) . '/includes/class-wpcom-push-syndication-server.php' ) )
require_once ( dirname( __FILE__ ) . '/includes/class-wpcom-push-syndication-server.php' ); require_once ( dirname( __FILE__ ) . '/includes/class-wpcom-push-syndication-server.php' );
if ( !defined( 'PUSH_SYNDICATION_ENVIRONMENT' ) ) if ( !defined( 'PUSH_SYNDICATION_ENVIRONMENT' ) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment