- small code formatting changes;

This commit is contained in:
nikitozzzzzzz
2018-09-18 09:43:47 +03:00
parent edea022ddc
commit 75c2469bb2
5 changed files with 13 additions and 71 deletions
+2 -6
View File
@@ -1,7 +1,4 @@
<?php
// Exit if accessed directly
if ( ! defined( 'ABSPATH' ) ) exit;
<?php if ( ! defined( 'ABSPATH' ) ) exit;
class Array2XML {
@@ -132,5 +129,4 @@ class Array2XML {
$pattern = '/^[a-z_]+[a-z0-9\:\-\.\_]*[^:]*$/i';
return preg_match($pattern, $tag, $matches) && $matches[0] == $tag;
}
}
?>
}