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

More standard plugin header style. Remove legacy Automattic plugins link.

parent 706dcaec
Branches
No related tags found
No related merge requests found
<?php /*
**************************************************************************
Plugin Name: Push Syndication
Plugin URI: http://wordpress.org/extend/plugins/push-syndication/
Description: Push content to multiple sites
Version: 2.0
Author: Automattic
Author URI: http://automattic.com/wordpress-plugins/
License: GPLv2 or later
**************************************************************************/
<?php
/**
* Plugin Name: Syndication
* Plugin URI: http://wordpress.org/extend/plugins/push-syndication/
* Description: Syndicate content to and from your sites
* Version: 2.0
* Author: Automattic
* Author URI: http://automattic.com
* License: GPLv2 or later
*/
if ( ! defined( 'PUSH_SYNDICATE_KEY' ) )
define( 'PUSH_SYNDICATE_KEY', 'PUSH_SYNDICATE_KEY' );
......@@ -23,4 +20,4 @@ if ( !defined( 'PUSH_SYNDICATION_ENVIRONMENT' ) )
define( 'PUSH_SYNDICATION_ENVIRONMENT', 'WP' );
$push_syndication_server_class = PUSH_SYNDICATION_ENVIRONMENT . '_Push_Syndication_Server';
$push_syndication_server = new $push_syndication_server_class();
\ No newline at end of file
$push_syndication_server = new $push_syndication_server_class();
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment