Make WordPress Core


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/network/settings.php

    r17045 r17178  
    1717    wp_die( __( 'You do not have permission to access this page.' ) );
    1818
    19 $title = __( 'Network Options' );
     19$title = __( 'Settings' );
    2020$parent_file = 'settings.php';
    2121
     
    4646<div class="wrap">
    4747    <?php screen_icon('options-general'); ?>
    48     <h2><?php _e( 'Network Options' ) ?></h2>
     48    <h2><?php _e( 'Settings' ) ?></h2>
    4949    <form method="post" action="edit.php?action=siteoptions">
    5050        <?php wp_nonce_field( 'siteoptions' ); ?>
Note: See TracChangeset for help on using the changeset viewer.