Ticket #22455: exclamation.patch

File exclamation.patch, 661 bytes (added by PotterSys, 6 months ago)

Fixing a little typo on "Attachment page editor"

  • wp-admin/about.php

     
    4949                </div> 
    5050                <div class="last-feature"> 
    5151                        <h4><?php echo ( 'Attachment page editor' ); ?></h4> 
    52                         <p><?php echo ( 'You can crop, rotate and resize images right in the Media Library? There are now formatting controls for content on your attachment pages.' ); ?></p> 
     52                        <p><?php echo ( 'You can crop, rotate and resize images right in the Media Library! There are now formatting controls for content on your attachment pages.' ); ?></p> 
    5353                </div> 
    5454        </div> 
    5555</div>