Make WordPress Core


Ignore:
Timestamp:
04/12/2024 05:45:23 PM (10 months ago)
Author:
swissspidy
Message:

Docs: Fix various typos and spelling mistakes.

Props swissspidy, jucaduca, sergeybiryukov.
See #60699.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/post/isPostStatusViewable.php

    r52010 r57987  
    4949    public function data_custom_post_statuses() {
    5050        return array(
    51             // 0. False for non-publically queryable types.
     51            // 0. False for non-publicly queryable types.
    5252            array(
    5353                array(
     
    5858                false,
    5959            ),
    60             // 1. True for publically queryable types.
     60            // 1. True for publicly queryable types.
    6161            array(
    6262                array(
Note: See TracChangeset for help on using the changeset viewer.