Make WordPress Core


Ignore:
Timestamp:
05/03/2010 06:16:22 PM (15 years ago)
Author:
ryan
Message:

Revert [14347] and [14372]. It broke more than we expected. Try again in 3.1. see #13051

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/ms-themes.php

    r14347 r14374  
    2727?>
    2828<div class="wrap">
    29     <form action="<?php echo admin_url( 'ms-edit.php?action=updatethemes' ); ?>" method="post">
     29    <form action="<?php echo esc_url( admin_url( 'ms-edit.php?action=updatethemes' ) ); ?>" method="post">
    3030        <?php screen_icon(); ?>
    3131        <h2><?php _e( 'Network Themes' ) ?></h2>
Note: See TracChangeset for help on using the changeset viewer.