Make WordPress Core


Ignore:
Timestamp:
04/12/2015 09:28:58 PM (10 years ago)
Author:
ocean90
Message:

Use HTTPS URLs for codex.wordpress.org.

see #27115.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/plugin-install.php

    r31811 r32116  
    8585get_current_screen()->set_help_sidebar(
    8686    '<p><strong>' . __('For more information:') . '</strong></p>' .
    87     '<p>' . __('<a href="http://codex.wordpress.org/Plugins_Add_New_Screen" target="_blank">Documentation on Installing Plugins</a>') . '</p>' .
     87    '<p>' . __('<a href="https://codex.wordpress.org/Plugins_Add_New_Screen" target="_blank">Documentation on Installing Plugins</a>') . '</p>' .
    8888    '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'
    8989);
     
    130130</div>
    131131
    132 <?php 
     132<?php
    133133wp_print_request_filesystem_credentials_modal();
    134134
Note: See TracChangeset for help on using the changeset viewer.