Make WordPress Core


Ignore:
Timestamp:
11/30/2014 11:23:37 PM (10 years ago)
Author:
wonderboymusic
Message:

Improve various @param docs.

See #30224.

File:
1 edited

Legend:

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

    r30542 r30674  
    390390 *
    391391 * @since 2.8.0
     392 * @param string $singular
     393 * @param string $plural
     394 * @param string $context
     395 * @param string|null $domain
     396 * @return array
    392397 */
    393398function _nx_noop( $singular, $plural, $context, $domain = null ) {
     
    701706 *
    702707 * @param string $domain Text domain. Unique identifier for retrieving translated strings.
    703  * @return Translations A Translations instance.
     708 * @return NOOP_Translations A Translations instance.
    704709 */
    705710function get_translations_for_domain( $domain ) {
Note: See TracChangeset for help on using the changeset viewer.