- Timestamp:
- 03/24/2020 08:54:38 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class.wp-dependencies.php
r47359 r47502 247 247 * @param string $handle Name of the item. Should be unique. 248 248 * @param string $key The data key. 249 * @param string$value The data value.249 * @param mixed $value The data value. 250 250 * @return bool True on success, false on failure. 251 251 */ … … 267 267 * @param string $handle Name of the item. Should be unique. 268 268 * @param string $key The data key. 269 * @return string|falseExtra item data (string), false otherwise.269 * @return mixed Extra item data (string), false otherwise. 270 270 */ 271 271 public function get_data( $handle, $key ) {
Note: See TracChangeset
for help on using the changeset viewer.