Make WordPress Core


Ignore:
Timestamp:
04/28/2022 09:44:12 AM (3 years ago)
Author:
johnbillion
Message:

Docs: Various docblock improvements.

See #54729

File:
1 edited

Legend:

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

    r49116 r53299  
    104104     *
    105105     * @param string|int $code Optional. Retrieve messages matching code, if exists.
    106      * @return array Error strings on success, or empty array if there are none.
     106     * @return string[] Error strings on success, or empty array if there are none.
    107107     */
    108108    public function get_error_messages( $code = '' ) {
Note: See TracChangeset for help on using the changeset viewer.