Changeset 39188 for trunk/src/wp-includes/bookmark.php
- Timestamp:
- 11/09/2016 10:59:02 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/bookmark.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/bookmark.php
r37586 r39188 15 15 * 16 16 * @param int|stdClass $bookmark 17 * @param string $output Optional. Either OBJECT, ARRAY_N, or ARRAY_A constant 17 * @param string $output Optional. The required return type. One of OBJECT, ARRAY_A, or ARRAY_N, which correspond to 18 * an stdClass object, an associative array, or a numeric array, respectively. Default OBJECT. 18 19 * @param string $filter Optional, default is 'raw'. 19 20 * @return array|object|null Type returned depends on $output value. … … 301 302 * @since 2.3.0 302 303 * 303 * @param object|array $bookmark Bookmark row304 * @param stdClass|array $bookmark Bookmark row 304 305 * @param string $context Optional, default is 'display'. How to filter the 305 306 * fields 306 * @return object|array Same type as $bookmark but with fields sanitized.307 * @return stdClass|array Same type as $bookmark but with fields sanitized. 307 308 */ 308 309 function sanitize_bookmark($bookmark, $context = 'display') {
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)