Make WordPress Core

Changeset 52670


Ignore:
Timestamp:
02/03/2022 09:23:22 PM (2 years ago)
Author:
SergeyBiryukov
Message:

Docs: Fix typo in the is_post_status_viewable() function description.

Follow-up to [50130].

Props rafiahmedd.
Fixes #55068.

File:
1 edited

Legend:

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

    r52668 r52670  
    22922292 * Determine whether a post status is considered "viewable".
    22932293 *
    2294  * For built-in post statuses such as publish and private, the 'public' value will be evaluted.
     2294 * For built-in post statuses such as publish and private, the 'public' value will be evaluated.
    22952295 * For all others, the 'publicly_queryable' value will be used.
    22962296 *
Note: See TracChangeset for help on using the changeset viewer.