Making WordPress.org


Ignore:
Timestamp:
09/30/2015 07:20:41 PM (9 years ago)
Author:
ocean90
Message:

WordPress.org Themes: Make some links translatable.

Props SergeyBiryukov.
Fixes #1267.

File:
1 edited

Legend:

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

    r1679 r1928  
    5151                <ul>
    5252                    <li><?php _e( 'Distribute 100% GPL themes, including artwork and CSS.', 'wporg-themes' ); ?></li>
    53                     <li><?php printf( __( 'Have at least one theme in the WordPress.org <a href="%s">Theme Directory</a> that is actively maintained (i.e. updated within the last year).', 'wporg-themes' ), '//wordpress.org/themes/' ); ?></li>
     53                    <li><?php printf( __( 'Have at least one theme in the WordPress.org <a href="%s">Theme Directory</a> that is actively maintained (i.e. updated within the last year).', 'wporg-themes' ), home_url( '/' ) ); ?></li>
    5454                    <li><?php _e( 'Have professional support options, and optionally customization.', 'wporg-themes' ); ?></li>
    5555                    <li><?php _e( 'Your site should be complete, well-designed, up to date, and professional looking.', 'wporg-themes' ); ?></li>
    5656                    <li><?php _e( 'Provide and keep us up-to-date with a contact email address in the event we need to reach you.', 'wporg-themes' ); ?></li>
    57                     <li><?php printf( __( 'Provide a <a href="%s">haiku</a> (5-7-5) about yourself to be included.', 'wporg-themes' ), 'http://en.wikipedia.org/wiki/Haiku_in_English' ); ?></li>
     57                    <li><?php printf( __( 'Provide a <a href="%s">haiku</a> (5-7-5) about yourself to be included.', 'wporg-themes' ), __( 'https://en.wikipedia.org/wiki/Haiku_in_English', 'wporg-themes' ) ); ?></li>
    5858                </ul>
    5959
Note: See TracChangeset for help on using the changeset viewer.