Make WordPress Core


Ignore:
Timestamp:
02/24/2010 08:13:23 PM (15 years ago)
Author:
nacin
Message:

Spelling and grammar fun. Fixes #11875 props cnorris23

File:
1 edited

Legend:

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

    r13377 r13382  
    169169 *
    170170 * Displays a link, which allows the user to navigate to the Log In page to log in
    171  * or log out depending on whether or not they are currently logged in.
     171 * or log out depending on whether they are currently logged in.
    172172 *
    173173 * @since 1.5.0
     
    14371437 *
    14381438 * @param string $d Optional Either 'G', 'U', or php date format.
    1439  * @param bool $gmt Optional, default is false. Whether of not to return the gmt time.
     1439 * @param bool $gmt Optional, default is false. Whether to return the gmt time.
    14401440 * @param int|object $post Optional post ID or object. Default is global $post object.
    1441  * @param bool $translate Whether to translate the time string or not
     1441 * @param bool $translate Whether to translate the time string
    14421442 * @return string
    14431443 */
     
    14871487 *
    14881488 * @param string $d Optional, default is 'U'. Either 'G', 'U', or php date format.
    1489  * @param bool $gmt Optional, default is false. Whether of not to return the gmt time.
     1489 * @param bool $gmt Optional, default is false. Whether to return the gmt time.
    14901490 * @param int|object $post Optional, default is global post object. A post_id or post object
    1491  * @param bool $translate Optional, default is false. Whether to translate the result or not
     1491 * @param bool $translate Optional, default is false. Whether to translate the result
    14921492 * @return string Returns timestamp
    14931493 */
     
    17001700 * @since 2.1.0
    17011701 *
    1702  * @return bool Whether of not TinyMCE exists.
     1702 * @return bool Whether TinyMCE exists.
    17031703 */
    17041704function rich_edit_exists() {
     
    17101710
    17111711/**
    1712  * Whether or not the user should have a WYSIWIG editor.
     1712 * Whether the user should have a WYSIWIG editor.
    17131713 *
    17141714 * Checks that the user requires a WYSIWIG editor and that the editor is
Note: See TracChangeset for help on using the changeset viewer.