Changeset 45834 for branches/5.2/src/wp-admin/network/site-new.php
- Timestamp:
- 08/19/2019 04:12:44 AM (5 years ago)
- Location:
- branches/5.2
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.2
-
branches/5.2/src/wp-admin/network/site-new.php
r44574 r45834 225 225 <form method="post" action="<?php echo network_admin_url( 'site-new.php?action=add-site' ); ?>" novalidate="novalidate"> 226 226 <?php wp_nonce_field( 'add-blog', '_wpnonce_add-blog' ); ?> 227 <table class="form-table" >227 <table class="form-table" role="presentation"> 228 228 <tr class="form-field form-required"> 229 229 <th scope="row"><label for="site-address"><?php _e( 'Site Address (URL)' ); ?> <span class="required">*</span></label></th>
Note: See TracChangeset
for help on using the changeset viewer.