Changeset 49790 for trunk/src/wp-includes/pomo/plural-forms.php
- Timestamp:
- 12/10/2020 11:57:29 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/pomo/plural-forms.php
r48769 r49790 91 91 * 92 92 * @since 4.9.0 93 * 94 * @throws Exception If there is a syntax or parsing error with the string. 93 95 * 94 96 * @param string $str String to parse. … … 250 252 * 251 253 * @since 4.9.0 254 * 255 * @throws Exception If the plural form value cannot be calculated. 252 256 * 253 257 * @param int $n Variable "n" to substitute.
Note: See TracChangeset
for help on using the changeset viewer.