Make WordPress Core


Ignore:
Timestamp:
11/11/2019 02:41:15 AM (5 years ago)
Author:
SergeyBiryukov
Message:

Docs: In various @return tags, list the expected type first, instead of WP_Error.

See #48303.

File:
1 edited

Legend:

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

    r46660 r46696  
    35003500     * @global string $required_mysql_version
    35013501     *
    3502      * @return WP_Error|void
     3502     * @return void|WP_Error
    35033503     */
    35043504    public function check_database_version() {
Note: See TracChangeset for help on using the changeset viewer.