Make WordPress Core

Changeset 43772


Ignore:
Timestamp:
10/19/2018 06:40:33 PM (6 years ago)
Author:
danielbachhuber
Message:

Help/About: Ensure the space after the period for the 4.9.8 changelog entry is preserved.

Props chetan200891, burhandodhy, swissspidy.
Merges [43622] to the 5.0 branch.
See #44717.

Location:
branches/5.0
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/5.0

  • branches/5.0/src/wp-admin/about.php

    r43552 r43772  
    4646                    number_format_i18n( 46 )
    4747                );
    48 
    49                 printf(
    50                     /* translators: %s: Codex URL */
    51                     __( 'For more information, see <a href="%s">the release notes</a>.' ),
    52                     'https://codex.wordpress.org/Version_4.9.8'
    53                 );
     48                ?>
     49                <?php
     50                /* translators: %s: Codex URL */
     51                printf( __( 'For more information, see <a href="%s">the release notes</a>.' ), 'https://codex.wordpress.org/Version_4.9.8' );
    5452                ?>
    5553            </p>
Note: See TracChangeset for help on using the changeset viewer.