Make WordPress Core

Changeset 16985


Ignore:
Timestamp:
12/16/2010 07:14:34 AM (14 years ago)
Author:
nacin
Message:

A few more s/site-options/site-settings/. see #15314.

File:
1 edited

Legend:

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

    r16984 r16985  
    5757    do_action( 'wpmu_update_blog_options' );
    5858    restore_current_blog();
    59     wp_redirect( add_query_arg( array( 'update' => 'updated', 'id' => $id ), 'site-options.php') );
     59    wp_redirect( add_query_arg( array( 'update' => 'updated', 'id' => $id ), 'site-settings.php') );
    6060    exit;
    6161}
     
    9797        echo '<div id="message" class="updated"><p>' . $msg . '</p></div>';
    9898} ?>
    99 <form method="post" action="site-options.php?action=update-site">
     99<form method="post" action="site-settings.php?action=update-site">
    100100    <?php wp_nonce_field( 'edit-site' ); ?>
    101101    <input type="hidden" name="id" value="<?php echo esc_attr( $id ) ?>" />
Note: See TracChangeset for help on using the changeset viewer.