Skip to content
Snippets Groups Projects
Unverified Commit 984bb2a5 authored by Odin Kroeger's avatar Odin Kroeger
Browse files

fix: added missing parentheses

parent fbc4ca08
No related branches found
No related tags found
No related merge requests found
...@@ -53,7 +53,7 @@ if (function_exists('pll_get_term')) { ...@@ -53,7 +53,7 @@ if (function_exists('pll_get_term')) {
mixed $original mixed $original
): mixed { ): mixed {
if ($_POST !== null) { if ($_POST !== null) {
if isset($_POST['term_lang_choice']) { if(isset($_POST['term_lang_choice'])) {
$lang = $_POST['term_lang_choice']; $lang = $_POST['term_lang_choice'];
if (!is_wp_error($lang)) { if (!is_wp_error($lang)) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment