Make WordPress Core

Changeset 36009


Ignore:
Timestamp:
12/18/2015 11:00:07 PM (8 years ago)
Author:
DrewAPicture
Message:

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

See #32246.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/bookmark.php

    r35725 r36009  
    405405
    406406/**
    407  * Deletes bookmark cache
     407 * Deletes the bookmark cache.
    408408 *
    409409 * @since 2.7.0
     410 *
     411 * @param int $bookmark_id Bookmark ID.
    410412 */
    411413function clean_bookmark_cache( $bookmark_id ) {
Note: See TracChangeset for help on using the changeset viewer.