Make WordPress Core


Ignore:
Timestamp:
06/23/2022 10:55:41 PM (3 years ago)
Author:
audrasjb
Message:

Docs: Use third-person singular verbs for function descriptions in Bookmark related files, as per docblock standards.

This changeset updates bookmark.php and bookmark-template.php files.

See #55646.

File:
1 edited

Legend:

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

    r50936 r53566  
    88
    99/**
    10  * Retrieve Bookmark data
     10 * Retrieves bookmark data.
    1111 *
    1212 * @since 2.1.0
     
    6666
    6767/**
    68  * Retrieve single bookmark data item or field.
     68 * Retrieves single bookmark data item or field.
    6969 *
    7070 * @since 2.3.0
     
    9595
    9696/**
    97  * Retrieves the list of bookmarks
     97 * Retrieves the list of bookmarks.
    9898 *
    9999 * Attempts to retrieve from the cache first based on MD5 hash of arguments. If
Note: See TracChangeset for help on using the changeset viewer.