Changeset 32974 for trunk/src/wp-admin/network/settings.php
- Timestamp:
- 06/27/2015 03:40:27 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/network/settings.php
r32152 r32974 120 120 121 121 <div class="wrap"> 122 <h 2><?php echo esc_html( $title ); ?></h2>122 <h1><?php echo esc_html( $title ); ?></h1> 123 123 <form method="post" action="settings.php" novalidate="novalidate"> 124 124 <?php wp_nonce_field( 'siteoptions' ); ?>
Note: See TracChangeset
for help on using the changeset viewer.