Make WordPress Core

Ticket #19255: about.php.patch

File about.php.patch, 660 bytes (added by paulhastings0, 13 years ago)

fixes a small typo

  • about.php

     
    5555                <img class="placeholder" />
    5656                <div class="right-feature">
    5757                        <h4><?php echo ( 'A New and Improved Admin Bar' ); ?></h4>
    58                         <p><?php echo ( 'Get to the most useful areas of your dashboard form anywhere on your site quicker and easier than ever with a better organized admin bar.' ); ?></p>
     58                        <p><?php echo ( 'Get to the most useful areas of your dashboard from anywhere on your site quicker and easier than ever with a better organized admin bar.' ); ?></p>
    5959                </div>
    6060        </div>
    6161</div>