Make WordPress Core


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

Spelling and grammar fun. Fixes #11875 props cnorris23

File:
1 edited

Legend:

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

    r13316 r13382  
    133133 *
    134134 * @param int $attachment_id Attachment ID.
    135  * @param bool $unfiltered Whether to apply filters or not.
     135 * @param bool $unfiltered Whether to apply filters.
    136136 * @return string The file path to the attached file.
    137137 */
     
    11991199 *
    12001200 * @param int $post_id Optional. Post ID.
    1201  * @return bool Whether post is sticky (true) or not sticky (false).
     1201 * @return bool Whether post is sticky.
    12021202 */
    12031203function is_sticky($post_id = null) {
Note: See TracChangeset for help on using the changeset viewer.