Make WordPress Core


Ignore:
Timestamp:
12/10/2020 11:57:29 PM (4 years ago)
Author:
johnbillion
Message:

Docs: Various docblock improvements.

See #51800

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/pomo/plural-forms.php

    r48769 r49790  
    9191         *
    9292         * @since 4.9.0
     93         *
     94         * @throws Exception If there is a syntax or parsing error with the string.
    9395         *
    9496         * @param string $str String to parse.
     
    250252         *
    251253         * @since 4.9.0
     254         *
     255         * @throws Exception If the plural form value cannot be calculated.
    252256         *
    253257         * @param int $n Variable "n" to substitute.
Note: See TracChangeset for help on using the changeset viewer.