Changeset 44574 for trunk/src/wp-signup.php
- Timestamp:
- 01/12/2019 06:40:16 AM (7 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-signup.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-signup.php
r43595 r44574 140 140 <p class="error"><?php echo $errmsg; ?></p> 141 141 <?php 142 }142 } 143 143 echo '<input name="blog_title" type="text" id="blog_title" value="' . esc_attr( $blog_title ) . '" />'; 144 ?>144 ?> 145 145 146 146 <?php
Note: See TracChangeset
for help on using the changeset viewer.