Docs: Remove trailing whitespace in wp-includes/post.php.

Built from https://develop.svn.wordpress.org/trunk@42769


git-svn-id: http://core.svn.wordpress.org/trunk@42599 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Dominik Schilling 2018-03-02 10:02:33 +00:00
parent 35ad9e9efc
commit 74cb5936fc
2 changed files with 11 additions and 11 deletions

View File

@ -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

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.0-alpha-42768';
$wp_version = '5.0-alpha-42769';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.