Make WordPress Core

Changeset 33029


Ignore:
Timestamp:
07/01/2015 04:30:34 PM (9 years ago)
Author:
jeremyfelt
Message:

Trim trailing space from string in site delete confirmation

Props yoavf.
Fixes #32853.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/ms-delete-site.php

    r32974 r33029  
    7676    ?>
    7777
    78     <p><?php _e( 'Thank you. Please check your email for a link to confirm your action. Your site will not be deleted until this link is clicked. ') ?></p>
     78    <p><?php _e( 'Thank you. Please check your email for a link to confirm your action. Your site will not be deleted until this link is clicked.' ) ?></p>
    7979
    8080<?php } else {
Note: See TracChangeset for help on using the changeset viewer.