Making WordPress.org

Changeset 11902


Ignore:
Timestamp:
06/03/2022 03:46:57 PM (3 years ago)
Author:
SergeyBiryukov
Message:

WordPress.org Main Theme: About: Update the link to b2/cafelog.

Props iamsirotee.
Fixes #6347.

File:
1 edited

Legend:

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

    r9328 r11902  
    101101                        <?php
    102102                        /* translators: 1: Link to b2/cafelog; 2: WordPress market share: 30 - Note: The following percent sign is '%%' for escaping purposes; */
    103                         printf( wp_kses_post( __( 'WordPress started in 2003 when Mike Little and Matt Mullenweg created a <a href="%1$s">fork of b2/cafelog</a>. The need for an elegant, well-architected personal publishing system was clear even then. Today, WordPress is built on PHP and MySQL, and licensed under the GPLv2. It is also the platform of choice for over %2$s%% of all sites across the web.', 'wporg' ) ), esc_url( 'https://www.whoishostingthis.com/resources/b2-cafelog/' ), esc_html( number_format_i18n( WP_MARKET_SHARE ) ) );
     103                        printf( wp_kses_post( __( 'WordPress started in 2003 when Mike Little and Matt Mullenweg created a fork of <a href="%1$s">b2/cafelog</a>. The need for an elegant, well-architected personal publishing system was clear even then. Today, WordPress is built on PHP and MySQL, and licensed under the GPLv2. It is also the platform of choice for over %2$s%% of all sites across the web.', 'wporg' ) ), esc_url( 'https://cafelog.com/' ), esc_html( number_format_i18n( WP_MARKET_SHARE ) ) );
    104104                        ?>
    105105                    </p>
Note: See TracChangeset for help on using the changeset viewer.