Plugin Directory

Changeset 618614

Timestamp:
10/29/2012 12:37:29 PM (12 years ago)
Author:
jblz
Message:

Jetpack: Bust the Notifications cache when the jetpack version changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • jetpack/branches/1.9/modules/notes.php

    r618445 r618614  
    77 */
    88
    9 if ( !defined( 'JETPACK_NOTES__CACHE_BUSTER' ) ) define( 'JETPACK_NOTES__CACHE_BUSTER', gmdate( 'oW' ) );
     9if ( !defined( 'JETPACK_NOTES__CACHE_BUSTER' ) ) define( 'JETPACK_NOTES__CACHE_BUSTER', gmdate( 'oW' ) );
    1010
    1111class Jetpack_Notifications {
Note: See TracChangeset for help on using the changeset viewer.