Changeset 45834 for branches/5.2/src/wp-admin/options.php
- Timestamp:
- 08/19/2019 04:12:44 AM (5 years ago)
- Location:
- branches/5.2
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.2
-
branches/5.2/src/wp-admin/options.php
r43571 r45834 321 321 <input type="hidden" name="action" value="update" /> 322 322 <input type="hidden" name="option_page" value="options" /> 323 <table class="form-table" >323 <table class="form-table" role="presentation"> 324 324 <?php 325 325 $options = $wpdb->get_results( "SELECT * FROM $wpdb->options ORDER BY option_name" );
Note: See TracChangeset
for help on using the changeset viewer.