Changeset 1272377
- Timestamp:
- 10/24/2015 06:16:48 PM (10 years ago)
- File:
-
- 1 edited
-
ontrapages/trunk/OPAdminSettings.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ontrapages/trunk/OPAdminSettings.php
r1271601 r1272377 100 100 <?php do_settings_sections( 'op-admin-settings' ); ?> 101 101 <div class="op-as-option"> 102 <label>A PI Key</label><br />102 <label>App ID</label><br /> 103 103 <input name="opApiKey" type="text" value="<?php echo esc_attr( get_option('opApiKey') ); ?>" /> 104 104 </div> 105 105 <div class="op-as-option"> 106 <label>A pp Secret</label><br />106 <label>API Key</label><br /> 107 107 <input name="opAppSecret" type="text" value="<?php echo esc_attr( get_option('opAppSecret') ) ?>" /> 108 108 </div>
Note: See TracChangeset
for help on using the changeset viewer.