mended coding char error that produced a wp-login cache token blocked
This commit is contained in:
parent
92ad836a75
commit
1695c53837
|
@ -18,7 +18,6 @@
|
||||||
* @package Oficina_de_Suport_theme
|
* @package Oficina_de_Suport_theme
|
||||||
*/
|
*/
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
if( ! function_exists( 'ofisuport_ajuts_filters_form') ) {
|
if( ! function_exists( 'ofisuport_ajuts_filters_form') ) {
|
||||||
function ofisuport_ajuts_filters_form() {
|
function ofisuport_ajuts_filters_form() {
|
||||||
|
@ -160,7 +159,6 @@ if( ! function_exists( 'ofisuport_ajuts_filters_form' ) ){
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
}; //end ofisuport_ajuts_filters_form()
|
}; //end ofisuport_ajuts_filters_form
|
||||||
}; // end if ! functionexists
|
}; // end if ! functions_exists
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue