Make WordPress Core

Changeset 45073


Ignore:
Timestamp:
03/30/2019 10:58:00 AM (6 years ago)
Author:
SergeyBiryukov
Message:

Docs: Fix typos in site_status_tests filter DocBlock.

Props kraftbj.
Fixes #46727.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-site-health.php

    r45052 r45073  
    17521752         *
    17531753         * @param array $test_type {
    1754          *     An associative arraay, where the `$test_type` is either `direct` or
     1754         *     An associative array, where the `$test_type` is either `direct` or
    17551755         *     `async`, to declare if the test should run via AJAX calls after page load.
    17561756         *
    17571757         *     @type array $identifier {
    1758          *         `$identifier` should be a unque identifier for the test that should run.
     1758         *         `$identifier` should be a unique identifier for the test that should run.
    17591759         *         Plugins and themes are encouraged to prefix test identifiers with their slug
    17601760         *         to avoid any collisions between tests.
Note: See TracChangeset for help on using the changeset viewer.