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/plugins/rewrite.php

    r1024 r8230  
    99    global $wp_rewrite;
    1010
    11     // Visit http://wordpress.tv/?flush_rules=1 as a super admin or kovshenin (4637740)
     11    // Visit https://wordpress.tv/?flush_rules=1 as a super admin or kovshenin (4637740)
    1212    // to flush the rules for /unisubs/ endpoint to work.
    1313    if ( ( is_super_admin() || get_current_user_id() == 4637740 ) && !empty( $_GET['flush_rules'] ) ) {
Note: See TracChangeset for help on using the changeset viewer.