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/cookie.php +0 -1 3.02.9 View file →
@@ -54,9 +54,8 @@
54 54 * @type bool $secure Should the cookie be sent only over https?
55 55 * @type bool $httponly Should the cookie accessed only over http protocol? Defaults to false.
56 56 * @type string $samesite Either 'Strict', 'Lax' or 'None', defaults to 'Lax'.
57 57 * }
58 - * @return void
59 58 */
60 59 public static function set( $lang, $args = array() ) {
61 60 $args = self::parse_args( $args );
62 61