Changeset 2202196
- Timestamp:
- 11/27/2019 06:22:02 PM (6 years ago)
- Location:
- wsa-cachepurge/trunk
- Files:
-
- 3 edited
-
README.txt (modified) (1 diff)
-
lib/cpwsa_display.php (modified) (1 diff)
-
vendor/wsa/wsa.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wsa-cachepurge/trunk/README.txt
r2201620 r2202196 32 32 33 33 = 1.0.2 = 34 * Fixed menu links to match the slugh change from the official WordPress repo. 34 * Fixed menu links to match the slug change from the official WordPress repo. 35 * Fixed path regex in wsa main class. 36 * Fixed jQuery call in interface. 35 37 36 38 = 1.0.1 = -
wsa-cachepurge/trunk/lib/cpwsa_display.php
r2201469 r2202196 172 172 173 173 function removeDiv(){ 174 $('#wsa-message').remove();174 jQuery('#wsa-message').remove(); 175 175 } 176 176 </script> -
wsa-cachepurge/trunk/vendor/wsa/wsa.class.php
r2201469 r2202196 280 280 */ 281 281 preg_match( 282 '/\/([a-zA-Z0-9_]{1,})\/([a-zA-Z0 9_]{1,})\//',282 '/\/([a-zA-Z0-9_]{1,})\/([a-zA-Z0-9_]{1,})\//', 283 283 __DIR__, 284 284 $splittedFolders
Note: See TracChangeset
for help on using the changeset viewer.