mended coding char error that produced a wp-login cache token blocked

This commit is contained in:
jorge-vitrubio 2023-01-15 15:23:07 +01:00
parent 92ad836a75
commit 1695c53837
1 changed files with 34 additions and 36 deletions

View File

@ -18,9 +18,8 @@
* @package Oficina_de_Suport_theme
*/
?>
<?php
if( ! function_exists( 'ofisuport_ajuts_filters_form' ) ){
if( ! function_exists( 'ofisuport_ajuts_filters_form') ) {
function ofisuport_ajuts_filters_form() {
?>
<div id="archive-filters" class="ofisuport-filters">
@ -49,8 +48,8 @@ if( ! function_exists( 'ofisuport_ajuts_filters_form' ) ){
if( isset($_GET[ $fieldname ]) ) {
$filteredvalues['value'] = explode(',', $_GET[ $fieldname ]);
};
//end check for values in url
};
//end check for values in url
// construct the checkboxes
if( $fieldname == $fields['name']) {
@ -160,7 +159,6 @@ if( ! function_exists( 'ofisuport_ajuts_filters_form' ) ){
</script>
<?php
}; //end ofisuport_ajuts_filters_form()
}; // end if ! functionexists
}; //end ofisuport_ajuts_filters_form
}; // end if ! functions_exists
?>