Changeset 5951 for trunk/src/includes/core/cache.php
- Timestamp:
- 10/28/2015 04:07:50 AM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/includes/core/cache.php (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/core/cache.php
r5774 r5951 26 26 * cache invalidations to occur on a single edit, which is no good for anyone. 27 27 * 28 * @since bbPress (r4011)28 * @since 2.1.0 bbPress (r4011) 29 29 * 30 30 * @package bbPress … … 48 48 * Hook into the 'pre_post_update' action. 49 49 * 50 * @since bbPress (r4011)50 * @since 2.1.0 bbPress (r4011) 51 51 */ 52 52 public function __construct() { … … 61 61 * prevents child post caches from being cleared. 62 62 * 63 * @since bbPress (r4011)63 * @since 2.1.0 bbPress (r4011) 64 64 * 65 65 * @param int $post_id The post ID being updated … … 85 85 * is not the one that was just updated. 86 86 * 87 * @since bbPress (r4011)87 * @since 2.1.0 bbPress (r4011) 88 88 * 89 89 * @param int $post_id The post ID of the cache being invalidated … … 113 113 * Restore the cache invalidation to its previous value. 114 114 * 115 * @since bbPress (r4011) 115 * @since 2.1.0 bbPress (r4011) 116 * 116 117 * @uses wp_suspend_cache_invalidation() 117 118 */ … … 129 130 * Will call to clean the term object cache associated with the post ID. 130 131 * 131 * @since bbPress (r4040)132 * @since 2.1.0 bbPress (r4040) 132 133 * 133 134 * @uses do_action() Calls 'bbp_clean_post_cache' on $id
Note: See TracChangeset
for help on using the changeset viewer.