Changeset 8230 for sites/trunk/wordpress.tv/public_html/wp-content/themes/wptv2/upload-subtitles-template.php
- Timestamp:
- 02/12/2019 09:44:06 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.tv/public_html/wp-content/themes/wptv2/upload-subtitles-template.php
r4221 r8230 167 167 <div class="container"> 168 168 <div class="video-upload"> 169 <p><?php printf( __( 'Hey there! If you’re interested in subtitling or captioning videos for WordPress.tv, please fill out the <a href="%s">contact form</a>, and we’ll be in touch.', 'wptv' ), 'http ://wordpress.tv/contact/' ); ?></p>169 <p><?php printf( __( 'Hey there! If you’re interested in subtitling or captioning videos for WordPress.tv, please fill out the <a href="%s">contact form</a>, and we’ll be in touch.', 'wptv' ), 'https://wordpress.tv/contact/' ); ?></p> 170 170 <div class="pass-form"> 171 171 <?php echo get_the_password_form(); ?> … … 258 258 <td> 259 259 <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>. 263 263 </td> 264 264 </tr>
Note: See TracChangeset
for help on using the changeset viewer.