Make WordPress Core


Ignore:
Timestamp:
06/23/2022 10:55:41 PM (2 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-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:
Note: See TracChangeset for help on using the changeset viewer.