deleted testfile

This commit is contained in:
Runa
2020-09-09 12:33:30 +02:00
commit e09dbe2c5c
5 changed files with 234 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
<?php
defined( 'ABSPATH' ) || exit;
define ('REGEX_START', "/(_[_a-z])\( *(['\"][\w\d\s%$&;.,!?:\-0-9]*[\"'],? *)(['\"][\w\d\s%$&;.,!?:\-0-9]*[\"'],? *)?, *[\"']");
define ('REGEX_END', "[\"'] *\)/");
define ('THEME_FOLDER_PATH', 'wp-content/themes');