From 6cf77dbbb6d6b289d81dd2d33c742d150129b774 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 14 Nov 2019 09:55:21 +0000 Subject: [PATCH] Docs: Remove incorrect `@return` tags. Props diddledan. Fixes #48613, #48614. git-svn-id: https://develop.svn.wordpress.org/trunk@46732 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/includes/post.php | 1 - src/wp-includes/feed.php | 1 - 2 files changed, 2 deletions(-) diff --git a/src/wp-admin/includes/post.php b/src/wp-admin/includes/post.php index e99b9de6a4..12f4d80c88 100644 --- a/src/wp-admin/includes/post.php +++ b/src/wp-admin/includes/post.php @@ -1632,7 +1632,6 @@ function wp_set_post_lock( $post_id ) { * Outputs the HTML for the notice to say that someone else is editing or has taken over editing of this post. * * @since 2.8.5 - * @return none */ function _admin_notice_post_locked() { $post = get_post(); diff --git a/src/wp-includes/feed.php b/src/wp-includes/feed.php index d74667bc75..95e81d8eaf 100644 --- a/src/wp-includes/feed.php +++ b/src/wp-includes/feed.php @@ -250,7 +250,6 @@ function the_permalink_rss() { * Outputs the link to the comments for the current post in an xml safe way * * @since 3.0.0 - * @return none */ function comments_link_feed() { /**