Changeset 607357
- Timestamp:
- 10/03/2012 09:04:23 AM (13 years ago)
- File:
-
- 1 edited
-
jetpack/trunk/jetpack.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
jetpack/trunk/jetpack.php
r607320 r607357 162 162 } 163 163 164 if ( version_compare( $version, '1.9', '<' ) && version_compare( '1.9-something', JETPACK__VERSION, '<' ) {164 if ( version_compare( $version, '1.9', '<' ) && version_compare( '1.9-something', JETPACK__VERSION, '<' ) ) { 165 165 add_action( 'jetpack_modules_loaded', array( $this->sync, 'sync_all_registered_options' ), 1000 ); 166 166 }
Note: See TracChangeset
for help on using the changeset viewer.