Changeset 803202
- Timestamp:
- 11/12/2013 04:55:21 PM (12 years ago)
- File:
-
- 1 edited
-
jetpack/trunk/jetpack.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
jetpack/trunk/jetpack.php
r799415 r803202 6 6 * 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. 7 7 * Author: Automattic 8 * Version: 2.6b 28 * Version: 2.6b3 9 9 * Author URI: http://jetpack.me 10 10 * License: GPL2+ … … 18 18 defined( 'JETPACK_CLIENT__AUTH_LOCATION' ) or define( 'JETPACK_CLIENT__AUTH_LOCATION', 'header' ); 19 19 defined( 'JETPACK_CLIENT__HTTPS' ) or define( 'JETPACK_CLIENT__HTTPS', 'AUTO' ); 20 define( 'JETPACK__VERSION', '2.6b 2' );20 define( 'JETPACK__VERSION', '2.6b3' ); 21 21 define( 'JETPACK__PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); 22 22 defined( 'JETPACK__GLOTPRESS_LOCALES_PATH' ) or define( 'JETPACK__GLOTPRESS_LOCALES_PATH', JETPACK__PLUGIN_DIR . 'locales.php' );
Note: See TracChangeset
for help on using the changeset viewer.