Make WordPress Core


Ignore:
Timestamp:
06/20/2022 10:55:52 PM (4 years ago)
Author:
johnbillion
Message:

I18N: Correct and improve inline docs and tests for functionality related to nooped plurals.

See #55646, #55652

File:
1 edited

Legend:

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

    r53392 r53543  
    824824 *     @type int|bool $filter                     Whether to enable filtering of the final output
    825825 *                                                via {@see 'wp_generate_tag_cloud'}. Default 1.
    826  *     @type string   $topic_count_text           Nooped plural text from _n_noop() to supply to
     826 *     @type array    $topic_count_text           Nooped plural text from _n_noop() to supply to
    827827 *                                                tag counts. Default null.
    828828 *     @type callable $topic_count_text_callback  Callback used to generate nooped plural text for
Note: See TracChangeset for help on using the changeset viewer.