Changeset 2331376 for gdpr-framework
- Timestamp:
- 06/26/2020 05:29:54 PM (6 years ago)
- Location:
- gdpr-framework/trunk
- Files:
-
- 2 edited
-
src/Components/PrivacySafe/AdminTabPrivacySafe.php (modified) (1 diff)
-
views/installer/privacy-safe-notice.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
gdpr-framework/trunk/src/Components/PrivacySafe/AdminTabPrivacySafe.php
r2304387 r2331376 82 82 83 83 public function renderAboutHeader() { 84 echo '<img src="' . esc_url( plugins_url( 'PrivacySafe/Privacy-Safe-Brand.png', dirname(__FILE__) ) ) . '" style="float:right;margin:15px;"/><p>Strengthen your reputation. The privacy safe seal assures your customers that your business is in compliance with privacy laws and regulations. The privacy safe seal will verify that CCPA Framework or GDPR Framework plugin areinstalled.</p>';84 echo '<img src="' . esc_url( plugins_url( 'PrivacySafe/Privacy-Safe-Brand.png', dirname(__FILE__) ) ) . '" style="float:right;margin:15px;"/><p>Strengthen your reputation. The privacy safe seal assures your customers that your business is in compliance with privacy laws and regulations. The privacy safe seal will verify that CCPA Framework or GDPR Framework plugin is installed.</p>'; 85 85 } 86 86 public function renderLinkHeader() { -
gdpr-framework/trunk/views/installer/privacy-safe-notice.php
r2301003 r2331376 1 1 <p> 2 Strengthen your reputation. Privacy safe gives your customers total control of their private information. The privacy safe seal assures your new customers that your business is in compliance with new privacy laws and regulations. For the privacy safe seal will verify that CCPA Framework or GDPR Framework plugin areinstalled.2 Strengthen your reputation. Privacy safe gives your customers total control of their private information. The privacy safe seal assures your new customers that your business is in compliance with new privacy laws and regulations. For the privacy safe seal will verify that CCPA Framework or GDPR Framework plugin is installed. 3 3 </p> 4 4
Note: See TracChangeset
for help on using the changeset viewer.