Make WordPress Core


Ignore:
Timestamp:
02/07/2026 06:05:09 AM (7 months ago)
Author:
westonruter
Message:

Docs: Add descriptions and improved typing to @return tags in various admin and includes files.

Developed in https://github.com/WordPress/wordpress-develop/pull/10863

Props huzaifaalmesbah, westonruter, noruzzaman, mukesh27.
See #64224.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-http-ixr-client.php

    r61435 r61594  
    5252         *              to the function signature.
    5353         *
    54          * @return bool
     54         * @return bool True if the request succeeded, false otherwise.
    5555         */
    5656        public function query( ...$args ) {
Note: See TracChangeset for help on using the changeset viewer.