Make WordPress Core


Ignore:
Timestamp:
01/21/2020 03:39:17 PM (6 years ago)
Author:
SergeyBiryukov
Message:

Docs: Correct DocBlock formatting for filters accepting the $parsed_args parameter.

Follow-up to [45667].

See #48303.

File:
1 edited

Legend:

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

    r46661 r47096  
    168168             * @see get_bookmarks()
    169169             *
    170              * @param array $bookmarks List of the cached bookmarks.
    171              * @param array $parsed_args         An array of bookmark query arguments.
     170             * @param array $bookmarks   List of the cached bookmarks.
     171             * @param array $parsed_args An array of bookmark query arguments.
    172172             */
    173173            return apply_filters( 'get_bookmarks', $bookmarks, $parsed_args );
Note: See TracChangeset for help on using the changeset viewer.