Changeset 56191 for trunk/src/wp-includes/meta.php
- Timestamp:
- 07/10/2023 10:36:06 PM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/meta.php
r55826 r56191 911 911 $object_id = $meta->{$column}; 912 912 913 // If a new meta_key (last parameter) was specified, change the meta key, 914 // otherwise use the original key in the update statement. 913 /* 914 * If a new meta_key (last parameter) was specified, change the meta key, 915 * otherwise use the original key in the update statement. 916 */ 915 917 if ( false === $meta_key ) { 916 918 $meta_key = $original_key;
Note: See TracChangeset
for help on using the changeset viewer.