Making WordPress.org

Changeset 6886


Ignore:
Timestamp:
03/19/2018 12:50:02 AM (7 years ago)
Author:
dd32
Message:

Main: About: Fix a string typo - an extra tab.

Props Presskopp.
See #3046.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-requirements.php

    r6878 r6886  
    7575                        printf(
    7676                            /* translators: 1: PHP Version including; 2: MySQL Version */
    77                             wp_kses_post( __( 'Note: If you are in a legacy environment where you only have older PHP or MySQL versions, WordPress also works with PHP %1$s+ and MySQL %2$s+    , but these versions have reached official End Of Life and as such <strong>may expose your site to security vulnerabilities</strong>.', 'wporg' ) ),
     77                            wp_kses_post( __( 'Note: If you are in a legacy environment where you only have older PHP or MySQL versions, WordPress also works with PHP %1$s+ and MySQL %2$s+, but these versions have reached official End Of Life and as such <strong>may expose your site to security vulnerabilities</strong>.', 'wporg' ) ),
    7878                            '5.2.4',
    7979                            '5.0'
Note: See TracChangeset for help on using the changeset viewer.