Changeset 54953 for trunk/src/wp-includes/option.php
- Timestamp:
- 12/09/2022 11:52:58 AM (3 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/option.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/option.php
r54948 r54953 1033 1033 * The multi-table delete syntax is used to delete the transient record 1034 1034 * from table a, and the corresponding transient_timeout record from table b. 1035 * 1036 * @global wpdb $wpdb WordPress database abstraction object. 1035 1037 * 1036 1038 * @since 4.9.0
Note: See TracChangeset
for help on using the changeset viewer.