Changeset 60264 for trunk/src/wp-includes/ms-site.php
- Timestamp:
- 05/29/2025 11:07:35 PM (7 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/ms-site.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/ms-site.php
r59657 r60264 1023 1023 * Adds metadata to a site. 1024 1024 * 1025 * For historical reasons both the meta key and the meta value are expected to be "slashed" (slashes escaped) on input. 1026 * 1025 1027 * @since 5.1.0 1026 1028 * … … 1048 1050 * value, will keep from removing duplicate metadata with the same key. It also 1049 1051 * allows removing all metadata matching key, if needed. 1052 * 1053 * For historical reasons both the meta key and the meta value are expected to be "slashed" (slashes escaped) on input. 1050 1054 * 1051 1055 * @since 5.1.0 … … 1091 1095 * Updates metadata for a site. 1092 1096 * 1093 * Use the $prev_valueparameter to differentiate between meta fields with the1097 * Use the `$prev_value` parameter to differentiate between meta fields with the 1094 1098 * same key and site ID. 1095 1099 * 1096 1100 * If the meta field for the site does not exist, it will be added. 1101 * 1102 * For historical reasons both the meta key and the meta value are expected to be "slashed" (slashes escaped) on input. 1097 1103 * 1098 1104 * @since 5.1.0
Note: See TracChangeset
for help on using the changeset viewer.