Make WordPress Core


Ignore:
Timestamp:
09/09/2022 08:45:07 AM (3 years ago)
Author:
audrasjb
Message:

Docs: Various docblock fixes in Site Health related files, as per documentation standards.

This addresses some files modified in changeset [54113].

See #55646.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-debug-data.php

    r54113 r54114  
    13951395
    13961396        /**
    1397          * Add to or modify the debug information shown on the Tools -> Site Health -> Info screen.
     1397         * Filters the debug information shown on the Tools -> Site Health -> Info screen.
    13981398         *
    13991399         * Plugin or themes may wish to introduce their own debug information without creating
     
    14851485
    14861486    /**
    1487      * Format the information gathered for debugging, in a manner suitable for copying to a forum or support ticket.
     1487     * Formats the information gathered for debugging, in a manner suitable for copying to a forum or support ticket.
    14881488     *
    14891489     * @since 5.2.0
     
    15541554
    15551555    /**
    1556      * Fetch the total size of all the database tables for the active database user.
     1556     * Fetches the total size of all the database tables for the active database user.
    15571557     *
    15581558     * @since 5.2.0
     
    15751575
    15761576    /**
    1577      * Fetch the sizes of the WordPress directories: `wordpress` (ABSPATH), `plugins`, `themes`, and `uploads`.
     1577     * Fetches the sizes of the WordPress directories: `wordpress` (ABSPATH), `plugins`, `themes`, and `uploads`.
    15781578     * Intended to supplement the array returned by `WP_Debug_Data::debug_data()`.
    15791579     *
Note: See TracChangeset for help on using the changeset viewer.