Making WordPress.org

Changeset 6997


Ignore:
Timestamp:
04/01/2018 06:03:51 AM (7 years ago)
Author:
dd32
Message:

Main: About: Correct an incorrect placeholder in a string.

H/t tobifjellner.
Fixes #3542.

File:
1 edited

Legend:

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

    r6972 r6997  
    7676                        printf(
    7777                            /* translators: 1: WordPress Market share - 30. Note the following % sign is escaped as %%. 2: Footnote 3: Market Penetration - 60.  Note the following % sign is escaped as %%. */
    78                             __( 'WordPress is a free and open source content management system (CMS). It is the most widely-used CMS software in the world and it powers more than %1$s%% of the top 10 million websites%2$s, giving it an estimated 58% market share of all sites
     78                            __( 'WordPress is a free and open source content management system (CMS). It is the most widely-used CMS software in the world and it powers more than %1$s%% of the top 10 million websites%2$s, giving it an estimated %3$s%% market share of all sites
    7979using a CMS.', 'wporg' ),
    8080                            WP_MARKET_SHARE,
Note: See TracChangeset for help on using the changeset viewer.