Changeset 42008 for trunk/src/wp-includes/option.php
- Timestamp:
- 10/24/2017 11:00:01 PM (8 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/option.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/option.php
r41963 r42008 821 821 * 822 822 * The multi-table delete syntax is used to delete the transient record 823 * from table a, and the corresponding transient_timeout record from table b. +823 * from table a, and the corresponding transient_timeout record from table b. 824 824 * 825 825 * @since 4.9.0 … … 827 827 * @param bool $force_db Optional. Force cleanup to run against the database even when an external object cache is used. 828 828 */ 829 function delete_expired_transients( $force_db = false ) {829 function delete_expired_transients( $force_db = false ) { 830 830 global $wpdb; 831 831
Note: See TracChangeset
for help on using the changeset viewer.