Make WordPress Core


Ignore:
Timestamp:
10/02/2015 10:45:53 PM (10 years ago)
Author:
johnbillion
Message:

Switch the remaining user-facing links to wordpress.org over to HTTPS.

Fixes #27115

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/theme-editor.php

    r34658 r34783  
    209209        <label for="docs-list"><?php _e('Documentation:') ?></label>
    210210        <?php echo $docs_select; ?>
    211         <input type="button" class="button" value=" <?php esc_attr_e( 'Look Up' ); ?> " onclick="if ( '' != jQuery('#docs-list').val() ) { window.open( 'http://api.wordpress.org/core/handbook/1.0/?function=' + escape( jQuery( '#docs-list' ).val() ) + '&amp;locale=<?php echo urlencode( get_locale() ) ?>&amp;version=<?php echo urlencode( $wp_version ) ?>&amp;redirect=true'); }" />
     211        <input type="button" class="button" value=" <?php esc_attr_e( 'Look Up' ); ?> " onclick="if ( '' != jQuery('#docs-list').val() ) { window.open( 'https://api.wordpress.org/core/handbook/1.0/?function=' + escape( jQuery( '#docs-list' ).val() ) + '&amp;locale=<?php echo urlencode( get_locale() ) ?>&amp;version=<?php echo urlencode( $wp_version ) ?>&amp;redirect=true'); }" />
    212212        </div>
    213213    <?php endif; ?>
Note: See TracChangeset for help on using the changeset viewer.