Making WordPress.org


Ignore:
Timestamp:
03/22/2018 04:05:08 AM (7 years ago)
Author:
dd32
Message:

Main: About: Update the 'Create WordPress themes..' text.

Props mapk.
See #3046.
Fixes #3525.

File:
1 edited

Legend:

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

    r6887 r6909  
    130130                            <?php
    131131                            /* translators: 1: Link to Codex page about APIs; 2: Link to Theme Directory */
    132                             printf( wp_kses_post( __( 'Create WordPress themes for clients, customers, and for WordPress users. The <a href="%1$s">WordPress API</a> provides the extensibility to create themes as simple or as complex as you wish. If you want to give your theme away for free you can give it to users in the <a href="%2$s">Theme Repository</a>', 'wporg' ) ), esc_url( 'https://codex.wordpress.org/WordPress_APIs' ), esc_url( home_url( '/themes/' ) ) );
     132                            printf( wp_kses_post( __( 'Create WordPress themes for clients, other WordPress users, or yourself. The <a href="%1$s">WordPress API</a> provides the extensibility to create themes as simple or as complex as you wish. If you want to give your theme away for free you can give it to users in the <a href="%2$s">Theme Repository</a>', 'wporg' ) ), esc_url( 'https://codex.wordpress.org/WordPress_APIs' ), esc_url( home_url( '/themes/' ) ) );
    133133                            ?>
    134134                        </li>
Note: See TracChangeset for help on using the changeset viewer.