Changeset 1963295
- Timestamp:
- 10/26/2018 07:05:33 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trusted-order-notifications/trunk/includes/class-trusted-order-notifications.php
r1963232 r1963295 229 229 $thoigian = explode('|', $timevnf); 230 230 ?> 231 times.push("<?php echo $thoigian[2]; ?>");231 times.push("<?php echo preg_replace("/[\n\r]/","",$thoigian[2]); ?>"); 232 232 <?php } ?> 233 233
Note: See TracChangeset
for help on using the changeset viewer.