PluginProbe
Polylang / 2.9
Polylang v2.9
3.8.9 3.8.8 3.8.7 3.8.6 3.8.5 3.8.4 3.8.3 2.7 2.7.0.1 2.7.1 2.7.2 2.7.3 2.7.4 2.8 2.8.1 2.8.2 2.8.3 2.8.4 2.9 2.9.1 2.9.2 3.0 3.0.1 3.0.2 3.0.3 All 233 releases
← All changes | include/api.php +1 -1 2.82.9 View file →
@@ -129,9 +129,9 @@
129 129 * @param string $string the string to register
130 130 * @param string $context optional the group in which the string is registered, defaults to 'polylang'
131 131 * @param bool $multiline optional whether the string table should display a multiline textarea or a single line input, defaults to single line
132 132 */
133 -function pll_register_string( $name, $string, $context = 'polylang', $multiline = false ) {
133 +function pll_register_string( $name, $string, $context = 'Polylang', $multiline = false ) {
134 134 if ( PLL() instanceof PLL_Admin_Base ) {
135 135 PLL_Admin_Strings::register_string( $name, $string, $context, $multiline );
136 136 }
137 137 }