Changeset 7000 for trunk/wp-admin/options.php
- Timestamp:
- 02/24/2008 04:33:10 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options.php
r6979 r7000 49 49 <?php wp_nonce_field('update-options') ?> 50 50 <input type="hidden" name="action" value="update" /> 51 <table class=" niceblue">51 <table class="form-table"> 52 52 <?php 53 53 $options = $wpdb->get_results("SELECT * FROM $wpdb->options ORDER BY option_name");
Note: See TracChangeset
for help on using the changeset viewer.