Docs: Remove @return void from various DocBlocks.

Per the documentation standards, it should not be used outside of the default bundled themes.

Follow-up to [38767], [47055], [49697], [50956], [51003], [52069], [53255].

See #54729.
Built from https://develop.svn.wordpress.org/trunk@53331


git-svn-id: http://core.svn.wordpress.org/trunk@52920 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov
2022-05-02 13:13:08 +00:00
parent 056bbc95ea
commit 9c76c77398
6 changed files with 1 additions and 10 deletions

View File

@@ -105,8 +105,6 @@ function wp_filter_wp_template_unique_post_slug( $override_slug, $slug, $post_ID
* @since 5.8.0
*
* @global string $_wp_current_template_content
*
* @return void
*/
function the_block_template_skip_link() {
global $_wp_current_template_content;