Making WordPress.org

Changeset 10953


Ignore:
Timestamp:
05/06/2021 12:38:18 AM (5 years ago)
Author:
dd32
Message:

Main Theme: Fix a translation string in the 40% of the web template.

Props vladt
See https://wordpress.slack.com/archives/C02QB8GMM/p1620246189405300

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-40-percent-of-web.php

    r10951 r10953  
    675675                        <?php
    676676                        printf(
    677                             __( 'In March 2004, the <a href="%1$s">plugin system</a> transformed WordPress for core developers and the wider community. It meant that the core product didn’t need to include every developer’s pet feature, just the features that made sense for a majority of users. Ryan Boren <a href="%2$s">stated</a> that the plugin system enabled core developers to implement the 80/20 rule: “Is this useful to 80% of our users? If not, try it in a plugin.”', 'wporg' ),
     677                            __( 'In March 2004, the <a href="%1$s">plugin system</a> transformed WordPress for core developers and the wider community. It meant that the core product didn’t need to include every developer’s pet feature, just the features that made sense for a majority of users. Ryan Boren <a href="%2$s">stated</a> that the plugin system enabled core developers to implement the 80/20 rule: “Is this useful to 80%% of our users? If not, try it in a plugin.”', 'wporg' ),
    678678                            'http://core.trac.wordpress.org/changeset/1008',
    679679                            'http://archive.wordpress.org/interviews/2013_05_15_Boren1.html#L65'
Note: See TracChangeset for help on using the changeset viewer.