Changeset 32974 for trunk/src/wp-admin/options-writing.php
- Timestamp:
- 06/27/2015 03:40:27 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/options-writing.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/options-writing.php
r32454 r32974 51 51 52 52 <div class="wrap"> 53 <h 2><?php echo esc_html( $title ); ?></h2>53 <h1><?php echo esc_html( $title ); ?></h1> 54 54 55 55 <form method="post" action="options.php">
Note: See TracChangeset
for help on using the changeset viewer.