Changeset 2054889
- Timestamp:
- 03/21/2019 09:46:21 PM (7 years ago)
- File:
-
- 1 edited
-
cookiepro/trunk/views/settings.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cookiepro/trunk/views/settings.php
r2054872 r2054889 125 125 <form action="options-general.php?page=<?php echo $this->plugin->name; ?>" method="post"> 126 126 <p> 127 <label for="cookiepro_header"><strong><?php _e( ' Cookie Script Copied from OneTrust', $this->plugin->name ); ?></strong></label>127 <label for="cookiepro_header"><strong><?php _e( 'Insert the Main Script Tag from CookiePro here.', $this->plugin->name ); ?></strong></label> 128 128 <textarea name="cookiepro_header" id="cookiepro_header" class="widefat" rows="8" style="font-family:Courier New;"><?php echo $this->settings['cookiepro_header']; ?></textarea> 129 <?php _e( 'Insert the Main Script Tag from CookiePro here.', $this->plugin->name ); ?>129 130 130 </p> 131 131
Note: See TracChangeset
for help on using the changeset viewer.