Changeset 56177 for trunk/src/wp-includes/bookmark.php
- Timestamp:
- 07/09/2023 08:15:03 PM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/bookmark.php
r55398 r56177 405 405 case 'link_category': // array( ints ) 406 406 $value = array_map( 'absint', (array) $value ); 407 // We return here so that the categories aren't filtered. 408 // The 'link_category' filter is for the name of a link category, not an array of a link's link categories. 407 /* 408 * We return here so that the categories aren't filtered. 409 * The 'link_category' filter is for the name of a link category, not an array of a link's link categories. 410 */ 409 411 return $value; 410 412
Note: See TracChangeset
for help on using the changeset viewer.