mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Docs: Various improvements in Bookmark Administration API function descriptions, as per docblocks standards.
Follow-up to [55704]. See #57840. git-svn-id: https://develop.svn.wordpress.org/trunk@55705 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -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
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user