Changeset 18842
- Timestamp:
- 09/30/2011 05:26:14 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/network/settings.php
r18536 r18842 17 17 wp_die( __( 'You do not have permission to access this page.' ) ); 18 18 19 $title = __( ' Settings' );19 $title = __( 'Network Settings' ); 20 20 $parent_file = 'settings.php'; 21 21 … … 110 110 <div class="wrap"> 111 111 <?php screen_icon('options-general'); ?> 112 <h2><?php _e( 'Settings' )?></h2>112 <h2><?php echo esc_html( $title ); ?></h2> 113 113 <form method="post" action="settings.php"> 114 114 <?php wp_nonce_field( 'siteoptions' ); ?>
Note: See TracChangeset
for help on using the changeset viewer.