Changeset 51189 for trunk/src/wp-admin/network/site-new.php
- Timestamp:
- 06/21/2021 04:29:18 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/network/site-new.php
r49127 r51189 202 202 ?> 203 203 </p> 204 <form method="post" action="<?php echo network_admin_url( 'site-new.php?action=add-site'); ?>" novalidate="novalidate">204 <form method="post" action="<?php echo esc_url( network_admin_url( 'site-new.php?action=add-site' ) ); ?>" novalidate="novalidate"> 205 205 <?php wp_nonce_field( 'add-blog', '_wpnonce_add-blog' ); ?> 206 206 <table class="form-table" role="presentation">
Note: See TracChangeset
for help on using the changeset viewer.