Blog

<?php

/*
* Plugin Name: Jetpack by WordPress.com
* Plugin URI: http://wordpress.org/extend/plugins/jetpack/
* Description: Bring the power of the WordPress.com cloud to your self-hosted WordPress. Jetpack enables you to connect your blog to a WordPress.com account to use the powerful features normally only available to WordPress.com users.
* Author: Automattic
* Version: 1.7
* Author URI: http://jetpack.me
* License: GPL2+
* Text Domain: jetpack
* Domain Path: /languages/
*/

defined( ‘JETPACK__API_BASE’ ) or define( ‘JETPACK__API_BASE’, ‘https://jetpack.wordpress.com/jetpack.’ );
define( ‘JETPACK__API_VERSION’, 1 );
define( ‘JETPACK__MINIMUM_WP_VERSION’, ‘3.2’ );
defined( ‘JETPACK_CLIENT__AUTH_LOCATION’ ) or define( ‘JETPACK_CLIENT__AUTH_LOCATION’, ‘header’ );
defined( ‘JETPACK_CLIENT__HTTPS’ ) or define( ‘JETPACK_CLIENT__HTTPS’, ‘AUTO’ );
define( ‘JETPACK__VERSION’, ‘1.7’ );
define( ‘JETPACK__PLUGIN_DIR’, plugin_dir_path( __FILE__ ) );
defined( ‘JETPACK__GLOTPRESS_LOCALES_PATH’ ) or define( ‘JETPACK__GLOTPRESS_LOCALES_PATH’, JETPACK__PLUGIN_DIR . ‘locales.php’ );

/*
Options:
jetpack_options (array)