From 59e90bba48c134aece72743482f78258dd863e08 Mon Sep 17 00:00:00 2001 From: audrasjb Date: Wed, 3 May 2023 10:03:21 +0000 Subject: [PATCH] Docs: Various improvements in Bookmark Administration API function descriptions, as per docblocks standards. Follow-up to [55704]. See #57840. Built from https://develop.svn.wordpress.org/trunk@55705 git-svn-id: http://core.svn.wordpress.org/trunk@55217 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/bookmark.php | 6 +++--- wp-includes/version.php | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/wp-admin/includes/bookmark.php b/wp-admin/includes/bookmark.php index 30743f2b9a..c5600bf38a 100644 --- a/wp-admin/includes/bookmark.php +++ b/wp-admin/includes/bookmark.php @@ -7,7 +7,7 @@ */ /** - * Add a link to using values provided in $_POST. + * Adds a link using values provided in $_POST. * * @since 2.0.0 * @@ -83,7 +83,7 @@ function get_default_link_to_edit() { * * @global wpdb $wpdb WordPress database abstraction object. * - * @param int $link_id ID of the link to delete + * @param int $link_id ID of the link to delete. * @return true Always true. */ function wp_delete_link( $link_id ) { @@ -267,7 +267,7 @@ function wp_insert_link( $linkdata, $wp_error = false ) { } /** - * Update link with the specified link categories. + * Updates link with the specified link categories. * * @since 2.1.0 * diff --git a/wp-includes/version.php b/wp-includes/version.php index a9eae9d7c0..7d76aae0ed 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.3-alpha-55704'; +$wp_version = '6.3-alpha-55705'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.