Changeset 48591 for trunk/src/wp-includes/bookmark.php
- Timestamp:
- 07/23/2020 09:53:43 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/bookmark.php
r48586 r48591 15 15 * 16 16 * @param int|stdClass $bookmark 17 * @param string $output Optional. The required return type. One of OBJECT, ARRAY_A, or ARRAY_N, which correspond18 * to an stdClass object, an associative array, or a numeric array, respectively.19 * Default OBJECT.17 * @param string $output Optional. The required return type. One of OBJECT, ARRAY_A, or ARRAY_N, which 18 * correspond to an stdClass object, an associative array, or a numeric array, 19 * respectively. Default OBJECT. 20 20 * @param string $filter Optional. How to sanitize bookmark fields. Default 'raw'. 21 21 * @return array|object|null Type returned depends on $output value.
Note: See TracChangeset
for help on using the changeset viewer.