Make WordPress Core


Ignore:
Timestamp:
11/05/2019 09:21:46 PM (5 years ago)
Author:
johnbillion
Message:

Docs: Improve documentation of known return types, plus other docs fixes.

See #48303

File:
1 edited

Legend:

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

    r46451 r46660  
    743743     * @param string $charset The character set to check.
    744744     * @param string $collate The collation to check.
    745      * @return array The most appropriate character set and collation to use.
     745     * @return array {
     746     *     The most appropriate character set and collation to use.
     747     *
     748     *     @type string $charset Character set.
     749     *     @type string $collate Collation.
     750     * }
    746751     */
    747752    public function determine_charset( $charset, $collate ) {
Note: See TracChangeset for help on using the changeset viewer.