← All changes
|
includes/admin/views/html-import-properties-dummy.php
+3
-3
2.2.5
→
2.3.1
View file →
| @@ -73,11 +73,11 @@ | ||
| 73 | 73 | <td class="details" style="overflow-wrap: break-word; word-wrap:break-word; max-width:300px;"> |
| 74 | 74 | <strong>API Key:</strong> cvYG8ffdr32425Gdccc |
| 75 | 75 | </td> |
| 76 | 76 | <td class="frequency">Hourly</td> |
| 77 | - <td class="lastran"><?php echo date("jS F Y H:i", strtotime('-2 hours')); ?></td> | |
| 77 | + <td class="lastran"><?php echo esc_html( gmdate("jS F Y H:i", strtotime('-2 hours')) ); ?></td> | |
| 78 | 78 | <td class="nextdue"> |
| 79 | - Today at <?php echo date("H:i", strtotime('+10 mins')); ?> | |
| 79 | + Today at <?php echo esc_html( gmdate("H:i", strtotime('+10 mins')) ); ?> | |
| 80 | 80 | </td> |
| 81 | 81 | </tr> |
| 82 | 82 | </tbody> |
| 83 | 83 | </table> |
| @@ -122,9 +122,9 @@ | ||
| 122 | 122 | <div class="dummy-overlay"> |
| 123 | 123 | |
| 124 | 124 | <div class="promo-window"> |
| 125 | 125 | |
| 126 | - <img src="https://wp-property-hive.com/wp-content/uploads/2015/12/property-import-banner-1024x301.png" alt="Automated property imports"> | |
| 126 | + <img src="<?php echo esc_url( PH()->plugin_url() . '/assets/images/property-import-banner.png' ); ?>" alt="Automated property imports"> | |
| 127 | 127 | |
| 128 | 128 | <div class="modal-content"> |
| 129 | 129 | |
| 130 | 130 | <h2>Automatically import properties to WordPress from the leading estate agency CRM's</h2> |