Plugin Directory

Changeset 3395231


Ignore:
Timestamp:
11/13/2025 05:15:46 PM (5 months ago)
Author:
codeadapted
Message:

Apply DAnn2012/patch-1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multisite-author-bio/trunk/admin/view.php

    r3199686 r3395231  
    2727
    2828        <!-- Page Title -->
    29         <h1><?php echo esc_html_e( 'Multisite Author Bio', 'multisite-author-bio' ); ?></h1>
     29        <h1><?php esc_html_e( 'Multisite Author Bio', 'multisite-author-bio' ); ?></h1>
    3030
    3131        <!-- Form Sections Wrapper -->
     
    4343                    <!-- Label for Checkbox -->
    4444                    <div class="label">
    45                         <label for="cleardata"><?php echo 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>
    4646                    </div>
    4747
    4848                    <!-- Description for Clear Data Option -->
    4949                    <div class="desc">
    50                         <?php echo 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' ); ?>
    5151                    </div>
    5252                </div>
     
    5454
    5555            <!-- Save Button -->
    56             <input id="submitForm" class="button button-primary" name="submitForm" type="submit" value="<?php echo 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' ); ?>">
    5757
    5858        </div>
Note: See TracChangeset for help on using the changeset viewer.