Make WordPress Core


Ignore:
Timestamp:
07/01/2021 09:01:17 PM (4 years ago)
Author:
johnbillion
Message:

Docs: Corrections and improvements to types used in docblocks for symbols, properties, and filters.

See #53399

File:
1 edited

Legend:

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

    r49963 r51298  
    402402 * @param string $domain  Optional. Text domain. Unique identifier for retrieving translated strings.
    403403 *                        Default 'default'.
    404  * @return string Translated context string without pipe.
    405404 */
    406405function _ex( $text, $context, $domain = 'default' ) {
Note: See TracChangeset for help on using the changeset viewer.