Changeset 47611 for trunk/src/wp-includes/deprecated.php
- Timestamp:
- 04/22/2020 10:29:34 AM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/deprecated.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/deprecated.php
r47555 r47611 2212 2212 * @param int $user_id User ID. 2213 2213 * @param string $meta_key Metadata key. 2214 * @param mixed $meta_value Metadata value.2214 * @param mixed $meta_value Optional. Metadata value. Default empty. 2215 2215 * @return bool True deletion completed and false if user_id is not a number. 2216 2216 */ … … 2258 2258 * 2259 2259 * @param int $user_id User ID 2260 * @param string $meta_key Optional. Metadata key. 2260 * @param string $meta_key Optional. Metadata key. Default empty. 2261 2261 * @return mixed 2262 2262 */
Note: See TracChangeset
for help on using the changeset viewer.