Make WordPress Core

Changeset 55705


Ignore:
Timestamp:
05/03/2023 10:01:52 AM (23 months ago)
Author:
audrasjb
Message:

Docs: Various improvements in Bookmark Administration API function descriptions, as per docblocks standards.

Follow-up to [55704].

See #57840.

File:
1 edited

Legend:

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

    r55704 r55705  
    88
    99/**
    10  * Add a link to using values provided in $_POST.
     10 * Adds a link using values provided in $_POST.
    1111 *
    1212 * @since 2.0.0
     
    8484 * @global wpdb $wpdb WordPress database abstraction object.
    8585 *
    86  * @param int $link_id ID of the link to delete
     86 * @param int $link_id ID of the link to delete.
    8787 * @return true Always true.
    8888 */
     
    268268
    269269/**
    270  * Update link with the specified link categories.
     270 * Updates link with the specified link categories.
    271271 *
    272272 * @since 2.1.0
Note: See TracChangeset for help on using the changeset viewer.