Plugin Directory

Changeset 1272377


Ignore:
Timestamp:
10/24/2015 06:16:48 PM (10 years ago)
Author:
william.deangelis
Message:

Minor fix of labelling

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ontrapages/trunk/OPAdminSettings.php

    r1271601 r1272377  
    100100                        <?php do_settings_sections( 'op-admin-settings' ); ?>
    101101                        <div class="op-as-option">
    102                             <label>API Key</label><br />
     102                            <label>App ID</label><br />
    103103                            <input name="opApiKey" type="text" value="<?php echo esc_attr( get_option('opApiKey') ); ?>" />
    104104                        </div>
    105105                        <div class="op-as-option">
    106                             <label>App Secret</label><br />
     106                            <label>API Key</label><br />
    107107                            <input name="opAppSecret" type="text" value="<?php echo esc_attr( get_option('opAppSecret') ) ?>" />
    108108                        </div>
Note: See TracChangeset for help on using the changeset viewer.