Make WordPress Core

Changeset 42769


Ignore:
Timestamp:
03/02/2018 10:01:39 AM (7 years ago)
Author:
ocean90
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/post.php

    r42710 r42769  
    973973/**
    974974 * Determines whether a post type is registered.
    975  * 
     975 *
    976976 * For more information on this and similar theme functions, check out
    977  * the {@link https://developer.wordpress.org/themes/basics/conditional-tags/ 
     977 * the {@link https://developer.wordpress.org/themes/basics/conditional-tags/
    978978 * Conditional Tags} article in the Theme Developer Handbook.
    979979 *
     
    19901990 * Sticky posts should remain at the top of The Loop. If the post ID is not
    19911991 * given, then The Loop ID for the current post will be used.
    1992  * 
     1992 *
    19931993 * For more information on this and similar theme functions, check out
    1994  * the {@link https://developer.wordpress.org/themes/basics/conditional-tags/ 
     1994 * the {@link https://developer.wordpress.org/themes/basics/conditional-tags/
    19951995 * Conditional Tags} article in the Theme Developer Handbook.
    1996  * 
     1996 *
    19971997 * @since 2.7.0
    19981998 *
     
    50555055/**
    50565056 * Determines whether an attachment URI is local and really an attachment.
    5057  * 
     5057 *
    50585058 * For more information on this and similar theme functions, check out
    5059  * the {@link https://developer.wordpress.org/themes/basics/conditional-tags/ 
     5059 * the {@link https://developer.wordpress.org/themes/basics/conditional-tags/
    50605060 * Conditional Tags} article in the Theme Developer Handbook.
    5061  * 
     5061 *
    50625062 * @since 2.0.0
    50635063 *
     
    55345534/**
    55355535 * Determines whether an attachment is an image.
    5536  * 
     5536 *
    55375537 * For more information on this and similar theme functions, check out
    5538  * the {@link https://developer.wordpress.org/themes/basics/conditional-tags/ 
     5538 * the {@link https://developer.wordpress.org/themes/basics/conditional-tags/
    55395539 * Conditional Tags} article in the Theme Developer Handbook.
    55405540 *
Note: See TracChangeset for help on using the changeset viewer.