Make WordPress Core

Ticket #47702: 47702.diff

File 47702.diff, 600 bytes (added by henry.wright, 6 years ago)
  • wp-signup.php

    diff --git wp-signup.php wp-signup.php
    index 362b6bacae..736c6d3b36 100644
    function signup_another_blog( $blogname = '', $blog_title = '', $errors = '' ) { 
    367367                        </ul>
    368368        <?php } ?>
    369369
    370         <p><?php _e( 'If you&#8217;re not going to use a great site domain, leave it for a new user. Now have at it!' ); ?></p>
     370        <p><?php _e( 'If you&#8217;re not going to use a great site domain, leave it for a new user.' ); ?></p>
    371371        <form id="setupform" method="post" action="wp-signup.php">
    372372                <input type="hidden" name="stage" value="gimmeanotherblog" />
    373373                <?php