From c3615b26889514a0501ee6383f2622d944413dbf Mon Sep 17 00:00:00 2001 From: "Dominik Schilling (ocean90)" Date: Fri, 2 Mar 2018 10:01:39 +0000 Subject: [PATCH] Docs: Remove trailing whitespace in `wp-includes/post.php`. git-svn-id: https://develop.svn.wordpress.org/trunk@42769 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/post.php | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/wp-includes/post.php b/src/wp-includes/post.php index 52fb11909c..39e189168b 100644 --- a/src/wp-includes/post.php +++ b/src/wp-includes/post.php @@ -972,9 +972,9 @@ function is_post_type_hierarchical( $post_type ) { /** * Determines whether a post type is registered. - * + * * For more information on this and similar theme functions, check out - * the {@link https://developer.wordpress.org/themes/basics/conditional-tags/ + * the {@link https://developer.wordpress.org/themes/basics/conditional-tags/ * Conditional Tags} article in the Theme Developer Handbook. * * @since 3.0.0 @@ -1989,11 +1989,11 @@ function get_post_custom_values( $key = '', $post_id = 0 ) { * * Sticky posts should remain at the top of The Loop. If the post ID is not * given, then The Loop ID for the current post will be used. - * + * * For more information on this and similar theme functions, check out - * the {@link https://developer.wordpress.org/themes/basics/conditional-tags/ + * the {@link https://developer.wordpress.org/themes/basics/conditional-tags/ * Conditional Tags} article in the Theme Developer Handbook. - * + * * @since 2.7.0 * * @param int $post_id Optional. Post ID. Default is ID of the global $post. @@ -5054,11 +5054,11 @@ function get_pages( $args = array() ) { /** * Determines whether an attachment URI is local and really an attachment. - * + * * For more information on this and similar theme functions, check out - * the {@link https://developer.wordpress.org/themes/basics/conditional-tags/ + * the {@link https://developer.wordpress.org/themes/basics/conditional-tags/ * Conditional Tags} article in the Theme Developer Handbook. - * + * * @since 2.0.0 * * @param string $url URL to check @@ -5533,9 +5533,9 @@ function wp_attachment_is( $type, $post = null ) { /** * Determines whether an attachment is an image. - * + * * For more information on this and similar theme functions, check out - * the {@link https://developer.wordpress.org/themes/basics/conditional-tags/ + * the {@link https://developer.wordpress.org/themes/basics/conditional-tags/ * Conditional Tags} article in the Theme Developer Handbook. * * @since 2.1.0