Changeset 15810 for trunk/wp-admin/options-reading.php
- Timestamp:
- 10/14/2010 07:58:06 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options-reading.php
r15227 r15810 95 95 <?php do_settings_sections( 'reading' ); ?> 96 96 97 <p class="submit"> 98 <input type="submit" name="Submit" class="button-primary" value="<?php esc_attr_e( 'Save Changes' ); ?>" /> 99 </p> 97 <?php submit_button(); ?> 100 98 </form> 101 99 </div>
Note: See TracChangeset
for help on using the changeset viewer.