Changeset 17178
- Timestamp:
- 12/30/2010 04:14:41 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/network/settings.php
r17045 r17178 17 17 wp_die( __( 'You do not have permission to access this page.' ) ); 18 18 19 $title = __( ' Network Options' );19 $title = __( 'Settings' ); 20 20 $parent_file = 'settings.php'; 21 21 … … 46 46 <div class="wrap"> 47 47 <?php screen_icon('options-general'); ?> 48 <h2><?php _e( ' Network Options' ) ?></h2>48 <h2><?php _e( 'Settings' ) ?></h2> 49 49 <form method="post" action="edit.php?action=siteoptions"> 50 50 <?php wp_nonce_field( 'siteoptions' ); ?>
Note: See TracChangeset
for help on using the changeset viewer.