- Timestamp:
- 06/20/2020 12:00:07 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/inc/featured-content.php
r47808 r48104 191 191 192 192 /** 193 * Delete featured content ids transient.193 * Delete featured content IDs transient. 194 194 * 195 195 * Hooks in the "save_post" action. … … 234 234 } 235 235 236 // We need to respect post ids already in the blacklist.236 // We need to respect post IDs already in the blacklist. 237 237 $post__not_in = $query->get( 'post__not_in' ); 238 238 … … 509 509 $output['hide-tag'] = isset( $input['hide-tag'] ) && $input['hide-tag'] ? 1 : 0; 510 510 511 // Delete the featured post ids transient.511 // Delete the featured post IDs transient. 512 512 self::delete_transient(); 513 513
Note: See TracChangeset
for help on using the changeset viewer.