Ticket #59200: 59200.patch
File 59200.patch, 735 bytes (added by , 22 months ago) |
---|
-
wp-activate.php
128 128 <?php if ( ! $key ) { ?> 129 129 130 130 <h2><?php _e( 'Activation Key Required' ); ?></h2> 131 <form name="activateform" id="activateform" method="post" action="<?php echo network_site_url( $blog_details->path . 'wp-activate.php'); ?>">131 <form name="activateform" id="activateform" method="post" action="<?php echo esc_url( network_site_url( $blog_details->path . 'wp-activate.php' ) ); ?>"> 132 132 <p> 133 133 <label for="key"><?php _e( 'Activation Key:' ); ?></label> 134 134 <br /><input type="text" name="key" id="key" value="" size="50" autofocus="autofocus" />