Making WordPress.org


Ignore:
Timestamp:
02/12/2019 09:44:06 PM (6 years ago)
Author:
coffee2code
Message:

WordPress.tv: Update URLs to HTTPS where possible.

Props mitraval192, coffee2code.
See #3120.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.tv/public_html/wp-content/themes/wptv2/upload-subtitles-template.php

    r4221 r8230  
    167167    <div class="container">
    168168        <div class="video-upload">
    169             <p><?php printf( __( 'Hey there! If you&#8217;re interested in subtitling or captioning videos for WordPress.tv, please fill out the <a href="%s">contact form</a>, and we&#8217;ll be in touch.', 'wptv' ), 'http://wordpress.tv/contact/' ); ?></p>
     169            <p><?php printf( __( 'Hey there! If you&#8217;re interested in subtitling or captioning videos for WordPress.tv, please fill out the <a href="%s">contact form</a>, and we&#8217;ll be in touch.', 'wptv' ), 'https://wordpress.tv/contact/' ); ?></p>
    170170            <div class="pass-form">
    171171                <?php echo get_the_password_form(); ?>
     
    258258                    <td>
    259259                        <input type="text" id="wptv_wporg_username" name="wptv_wporg_username" /><br />
    260                         To contribute subtitles, you must be a registered user at the <a href="http://wordpress.org">WordPress.org</a> website. Note that this is the username you use to log in at WordPress.org, not the username you use to log in on your own WordPress-powered site.<br />
    261                         If you think you are registered but aren't sure, you can try logging in at <a href="http://wordpress.org/support/bb-login.php">WordPress.org/support</a>.<br />
    262                         If you don't have a WordPress.org username yet, you can <a href="http://wordpress.org/support/register.php">sign up for a free account</a>.
     260                        To contribute subtitles, you must be a registered user at the <a href="https://wordpress.org">WordPress.org</a> website. Note that this is the username you use to log in at WordPress.org, not the username you use to log in on your own WordPress-powered site.<br />
     261                        If you think you are registered but aren't sure, you can try logging in at <a href="https://wordpress.org/support/bb-login.php">WordPress.org/support</a>.<br />
     262                        If you don't have a WordPress.org username yet, you can <a href="https://wordpress.org/support/register.php">sign up for a free account</a>.
    263263                    </td>
    264264                </tr>
Note: See TracChangeset for help on using the changeset viewer.