Property changes on: wp-includes
___________________________________________________________________
Added: svn:ignore
+ .class-wp-admin-bar.php.swp
Property changes on: wp-admin/includes
___________________________________________________________________
Added: svn:ignore
+ .class-wp-ms-sites-list-table.php.swp
|
|
|
|
| 16 | 16 | if ( ! current_user_can( 'manage_network_options' ) ) |
| 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 | |
| 22 | 22 | add_contextual_help($current_screen, |
| … |
… |
|
| 45 | 45 | |
| 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' ); ?> |
| 51 | 51 | <h3><?php _e( 'Operational Settings' ); ?></h3> |