Make WordPress Core

Changeset 46626


Ignore:
Timestamp:
11/01/2019 02:55:51 PM (5 years ago)
Author:
SergeyBiryukov
Message:

Docs: Update URLs in some @link tags and switch them to HTTPS.

Props tsuyoring.
Fixes #48479.

Location:
trunk/src
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-ftp-pure.php

    r44920 r46626  
    99 * @copyright Alexey Dotsenko
    1010 * @author Alexey Dotsenko
    11  * @link http://www.phpclasses.org/browse/package/1743.html Site
    12  * @license LGPL http://www.opensource.org/licenses/lgpl-license.html
     11 * @link https://www.phpclasses.org/package/1743-PHP-FTP-client-in-pure-PHP.html
     12 * @license LGPL https://opensource.org/licenses/lgpl-license.html
    1313 */
    1414
     
    2323 * @copyright Alexey Dotsenko
    2424 * @author Alexey Dotsenko
    25  * @link http://www.phpclasses.org/browse/package/1743.html Site
    26  * @license LGPL http://www.opensource.org/licenses/lgpl-license.html
     25 * @link https://www.phpclasses.org/package/1743-PHP-FTP-client-in-pure-PHP.html
     26 * @license LGPL https://opensource.org/licenses/lgpl-license.html
    2727 */
    2828class ftp_pure extends ftp_base {
  • trunk/src/wp-admin/includes/class-ftp-sockets.php

    r44920 r46626  
    99 * @copyright Alexey Dotsenko
    1010 * @author Alexey Dotsenko
    11  * @link http://www.phpclasses.org/browse/package/1743.html Site
    12  * @license LGPL http://www.opensource.org/licenses/lgpl-license.html
     11 * @link https://www.phpclasses.org/package/1743-PHP-FTP-client-in-pure-PHP.html
     12 * @license LGPL https://opensource.org/licenses/lgpl-license.html
    1313 */
    1414
     
    2323 * @copyright Alexey Dotsenko
    2424 * @author Alexey Dotsenko
    25  * @link http://www.phpclasses.org/browse/package/1743.html Site
    26  * @license LGPL http://www.opensource.org/licenses/lgpl-license.html
     25 * @link https://www.phpclasses.org/package/1743-PHP-FTP-client-in-pure-PHP.html
     26 * @license LGPL https://opensource.org/licenses/lgpl-license.html
    2727 */
    2828class ftp_sockets extends ftp_base {
  • trunk/src/wp-admin/includes/class-ftp.php

    r45730 r46626  
    99 * @copyright Alexey Dotsenko
    1010 * @author Alexey Dotsenko
    11  * @link http://www.phpclasses.org/browse/package/1743.html Site
    12  * @license LGPL http://www.opensource.org/licenses/lgpl-license.html
     11 * @link https://www.phpclasses.org/package/1743-PHP-FTP-client-in-pure-PHP.html
     12 * @license LGPL https://opensource.org/licenses/lgpl-license.html
    1313 */
    1414
  • trunk/src/wp-includes/class-phpass.php

    r34887 r46626  
    55 * @since 2.5.0
    66 * @version 0.3 / WordPress
    7  * @link http://www.openwall.com/phpass/
     7 * @link https://www.openwall.com/phpass/
    88 */
    99
     
    3131 * @package phpass
    3232 * @version 0.3 / WordPress
    33  * @link http://www.openwall.com/phpass/
     33 * @link https://www.openwall.com/phpass/
    3434 * @since 2.5.0
    3535 */
  • trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php

    r46609 r46626  
    738738     * @since 4.7.0
    739739     *
    740      * @link http://tools.ietf.org/html/rfc2388
    741      * @link http://tools.ietf.org/html/rfc6266
     740     * @link https://tools.ietf.org/html/rfc2388
     741     * @link https://tools.ietf.org/html/rfc6266
    742742     *
    743743     * @param string[] $disposition_header List of Content-Disposition header values.
Note: See TracChangeset for help on using the changeset viewer.