Changeset 3395231
- Timestamp:
- 11/13/2025 05:15:46 PM (5 months ago)
- File:
-
- 1 edited
-
multisite-author-bio/trunk/admin/view.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
multisite-author-bio/trunk/admin/view.php
r3199686 r3395231 27 27 28 28 <!-- Page Title --> 29 <h1><?php e cho esc_html_e( 'Multisite Author Bio', 'multisite-author-bio' ); ?></h1>29 <h1><?php esc_html_e( 'Multisite Author Bio', 'multisite-author-bio' ); ?></h1> 30 30 31 31 <!-- Form Sections Wrapper --> … … 43 43 <!-- Label for Checkbox --> 44 44 <div class="label"> 45 <label for="cleardata"><?php e cho esc_html_e( 'Clear translation data on uninstall', 'multisite-author-bio' ); ?></label>45 <label for="cleardata"><?php esc_html_e( 'Clear translation data on uninstall', 'multisite-author-bio' ); ?></label> 46 46 </div> 47 47 48 48 <!-- Description for Clear Data Option --> 49 49 <div class="desc"> 50 <?php e cho esc_html_e( 'Enabling this option will delete all the user meta data added by the plugin. It is highly advised to leave this unchecked if you plan to continue using this plugin.', 'multisite-author-bio' ); ?>50 <?php esc_html_e( 'Enabling this option will delete all the user meta data added by the plugin. It is highly advised to leave this unchecked if you plan to continue using this plugin.', 'multisite-author-bio' ); ?> 51 51 </div> 52 52 </div> … … 54 54 55 55 <!-- Save Button --> 56 <input id="submitForm" class="button button-primary" name="submitForm" type="submit" value="<?php e cho esc_html_e( 'Save Changes', 'multisite-author-bio' ); ?>">56 <input id="submitForm" class="button button-primary" name="submitForm" type="submit" value="<?php esc_html_e( 'Save Changes', 'multisite-author-bio' ); ?>"> 57 57 58 58 </div>
Note: See TracChangeset
for help on using the changeset viewer.