Make WordPress Core

Changeset 53566


Ignore:
Timestamp:
06/23/2022 10:55:41 PM (12 months 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.

Location:
trunk/src/wp-includes
Files:
2 edited

Legend:

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

    r52061 r53566  
    11<?php
    22/**
    3  * Bookmark Template Functions for usage in Themes
     3 * Bookmark Template Functions for usage in Themes.
    44 *
    55 * @package WordPress
     
    165165
    166166/**
    167  * Retrieve or echo all of the bookmarks.
     167 * Retrieves or echoes all of the bookmarks.
    168168 *
    169169 * List of default arguments are as follows:
  • 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.