Make WordPress Core


Ignore:
Timestamp:
12/13/2011 11:45:31 PM (13 years ago)
Author:
ryan
Message:

Use one space, not two, after trailing punctuation. fixes #19537

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/link-template.php

    r19054 r19593  
    508508 *
    509509 * @param string $link_text Descriptive text.
    510  * @param int $post_id Optional post ID.  Default to current post.
     510 * @param int $post_id Optional post ID. Default to current post.
    511511 * @param string $feed Optional. Feed format.
    512512 * @return string Link to the comment feed for the current post.
     
    21882188 * Get the URL to the user's dashboard.
    21892189 *
    2190  * If a user does not belong to any site, the global user dashboard is used.  If the user belongs to the current site,
     2190 * If a user does not belong to any site, the global user dashboard is used. If the user belongs to the current site,
    21912191 * the dashboard for the current site is returned. If the user cannot edit the current site, the dashboard to the user's
    21922192 * primary blog is returned.
Note: See TracChangeset for help on using the changeset viewer.