Making WordPress.org


Ignore:
Timestamp:
09/04/2016 12:30:16 PM (8 years ago)
Author:
jmdodd
Message:

Forums Theme: Fix Codex URL.

Props fxbenard, casiepa.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums/bbpress/form-topic.php

    r3947 r3950  
    3434                            <li><?php
    3535                                /* translators: %s: Codex URL for forum welcome */
    36                                 printf( __( '<strong>Read the <a href="%s">Forum Welcome</a></strong> to find out how to maximize your odds of getting help!', 'wporg-forums' ), esc_url( __( 'https:///codex.wordpress.org/Forum_Welcome', 'wporg-forums' ) ) );
     36                                printf( __( '<strong>Read the <a href="%s">Forum Welcome</a></strong> to find out how to maximize your odds of getting help!', 'wporg-forums' ), esc_url( __( 'https://codex.wordpress.org/Forum_Welcome', 'wporg-forums' ) ) );
    3737                            ?></li>
    3838                            <li><?php
Note: See TracChangeset for help on using the changeset viewer.