Docs: Update URLs in some @link
tags and switch them to HTTPS.
Props tsuyoring. Fixes #48479. git-svn-id: https://develop.svn.wordpress.org/trunk@46626 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
89621877f8
commit
00384f94db
@ -8,8 +8,8 @@
|
|||||||
* @version 1.0
|
* @version 1.0
|
||||||
* @copyright Alexey Dotsenko
|
* @copyright Alexey Dotsenko
|
||||||
* @author Alexey Dotsenko
|
* @author Alexey Dotsenko
|
||||||
* @link http://www.phpclasses.org/browse/package/1743.html Site
|
* @link https://www.phpclasses.org/package/1743-PHP-FTP-client-in-pure-PHP.html
|
||||||
* @license LGPL http://www.opensource.org/licenses/lgpl-license.html
|
* @license LGPL https://opensource.org/licenses/lgpl-license.html
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -22,8 +22,8 @@
|
|||||||
* @version 1.0
|
* @version 1.0
|
||||||
* @copyright Alexey Dotsenko
|
* @copyright Alexey Dotsenko
|
||||||
* @author Alexey Dotsenko
|
* @author Alexey Dotsenko
|
||||||
* @link http://www.phpclasses.org/browse/package/1743.html Site
|
* @link https://www.phpclasses.org/package/1743-PHP-FTP-client-in-pure-PHP.html
|
||||||
* @license LGPL http://www.opensource.org/licenses/lgpl-license.html
|
* @license LGPL https://opensource.org/licenses/lgpl-license.html
|
||||||
*/
|
*/
|
||||||
class ftp_pure extends ftp_base {
|
class ftp_pure extends ftp_base {
|
||||||
|
|
||||||
|
@ -8,8 +8,8 @@
|
|||||||
* @version 1.0
|
* @version 1.0
|
||||||
* @copyright Alexey Dotsenko
|
* @copyright Alexey Dotsenko
|
||||||
* @author Alexey Dotsenko
|
* @author Alexey Dotsenko
|
||||||
* @link http://www.phpclasses.org/browse/package/1743.html Site
|
* @link https://www.phpclasses.org/package/1743-PHP-FTP-client-in-pure-PHP.html
|
||||||
* @license LGPL http://www.opensource.org/licenses/lgpl-license.html
|
* @license LGPL https://opensource.org/licenses/lgpl-license.html
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -22,8 +22,8 @@
|
|||||||
* @version 1.0
|
* @version 1.0
|
||||||
* @copyright Alexey Dotsenko
|
* @copyright Alexey Dotsenko
|
||||||
* @author Alexey Dotsenko
|
* @author Alexey Dotsenko
|
||||||
* @link http://www.phpclasses.org/browse/package/1743.html Site
|
* @link https://www.phpclasses.org/package/1743-PHP-FTP-client-in-pure-PHP.html
|
||||||
* @license LGPL http://www.opensource.org/licenses/lgpl-license.html
|
* @license LGPL https://opensource.org/licenses/lgpl-license.html
|
||||||
*/
|
*/
|
||||||
class ftp_sockets extends ftp_base {
|
class ftp_sockets extends ftp_base {
|
||||||
|
|
||||||
|
@ -8,8 +8,8 @@
|
|||||||
* @version 1.0
|
* @version 1.0
|
||||||
* @copyright Alexey Dotsenko
|
* @copyright Alexey Dotsenko
|
||||||
* @author Alexey Dotsenko
|
* @author Alexey Dotsenko
|
||||||
* @link http://www.phpclasses.org/browse/package/1743.html Site
|
* @link https://www.phpclasses.org/package/1743-PHP-FTP-client-in-pure-PHP.html
|
||||||
* @license LGPL http://www.opensource.org/licenses/lgpl-license.html
|
* @license LGPL https://opensource.org/licenses/lgpl-license.html
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
* @package phpass
|
* @package phpass
|
||||||
* @since 2.5.0
|
* @since 2.5.0
|
||||||
* @version 0.3 / WordPress
|
* @version 0.3 / WordPress
|
||||||
* @link http://www.openwall.com/phpass/
|
* @link https://www.openwall.com/phpass/
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#
|
#
|
||||||
@ -30,7 +30,7 @@
|
|||||||
*
|
*
|
||||||
* @package phpass
|
* @package phpass
|
||||||
* @version 0.3 / WordPress
|
* @version 0.3 / WordPress
|
||||||
* @link http://www.openwall.com/phpass/
|
* @link https://www.openwall.com/phpass/
|
||||||
* @since 2.5.0
|
* @since 2.5.0
|
||||||
*/
|
*/
|
||||||
class PasswordHash {
|
class PasswordHash {
|
||||||
|
@ -737,8 +737,8 @@ class WP_REST_Attachments_Controller extends WP_REST_Posts_Controller {
|
|||||||
*
|
*
|
||||||
* @since 4.7.0
|
* @since 4.7.0
|
||||||
*
|
*
|
||||||
* @link http://tools.ietf.org/html/rfc2388
|
* @link https://tools.ietf.org/html/rfc2388
|
||||||
* @link http://tools.ietf.org/html/rfc6266
|
* @link https://tools.ietf.org/html/rfc6266
|
||||||
*
|
*
|
||||||
* @param string[] $disposition_header List of Content-Disposition header values.
|
* @param string[] $disposition_header List of Content-Disposition header values.
|
||||||
* @return string|null Filename if available, or null if not found.
|
* @return string|null Filename if available, or null if not found.
|
||||||
|
Loading…
Reference in New Issue
Block a user