Changeset 32974 for trunk/src/wp-admin/options.php
- Timestamp:
- 06/27/2015 03:40:27 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/options.php
r32455 r32974 227 227 228 228 <div class="wrap"> 229 <h 2><?php esc_html_e('All Settings'); ?></h2>229 <h1><?php esc_html_e( 'All Settings' ); ?></h1> 230 230 <form name="form" action="options.php" method="post" id="all-options"> 231 231 <?php wp_nonce_field('options-options') ?>
Note: See TracChangeset
for help on using the changeset viewer.