Summery Summery
Constructor.
Syntax Syntax
Parameters Parameters
- $str
-
(Required) Plural function (just the bit after
plural=
from Plural-Forms)
Source Source
File: wp-includes/pomo/plural-forms.php
public function __construct( $str ) { $this->parse( $str ); }
Advertisement
Changelog Changelog
Version | Description |
---|---|
4.9.0 | Introduced. |