Changeset 48214 for trunk/src/wp-includes/ms-site.php
- Timestamp:
- 06/29/2020 09:20:11 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/ms-site.php
r48167 r48214 1108 1108 * @param mixed $meta_value Metadata value. Must be serializable if non-scalar. 1109 1109 * @param mixed $prev_value Optional. Previous value to check before updating. 1110 * Default empty. 1110 * If specified, only update existing metadata entries with 1111 * this value. Otherwise, update all entries. Default empty. 1111 1112 * @return int|bool Meta ID if the key didn't exist, true on successful update, 1112 * false on failure. 1113 * false on failure or if the value passed to the function 1114 * is the same as the one that is already in the database. 1113 1115 */ 1114 1116 function update_site_meta( $site_id, $meta_key, $meta_value, $prev_value = '' ) {
Note: See TracChangeset
for help on using the changeset viewer.