Docs: Add a missing notation for the $bookmark_id parameter in the DocBlock for clean_bookmark_cache().

See #32246.


git-svn-id: https://develop.svn.wordpress.org/trunk@36009 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Drew Jaynes 2015-12-18 23:00:07 +00:00
parent aa38888d60
commit cb6348b7ce

View File

@ -404,9 +404,11 @@ function sanitize_bookmark_field($field, $value, $bookmark_id, $context) {
}
/**
* Deletes bookmark cache
* Deletes the bookmark cache.
*
* @since 2.7.0
*
* @param int $bookmark_id Bookmark ID.
*/
function clean_bookmark_cache( $bookmark_id ) {
wp_cache_delete( $bookmark_id, 'bookmark' );