Changeset 46626
- Timestamp:
- 11/01/2019 02:55:51 PM (5 years ago)
- Location:
- trunk/src
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-ftp-pure.php
r44920 r46626 9 9 * @copyright Alexey Dotsenko 10 10 * @author Alexey Dotsenko 11 * @link http ://www.phpclasses.org/browse/package/1743.html Site12 * @license LGPL http ://www.opensource.org/licenses/lgpl-license.html11 * @link https://www.phpclasses.org/package/1743-PHP-FTP-client-in-pure-PHP.html 12 * @license LGPL https://opensource.org/licenses/lgpl-license.html 13 13 */ 14 14 … … 23 23 * @copyright Alexey Dotsenko 24 24 * @author Alexey Dotsenko 25 * @link http ://www.phpclasses.org/browse/package/1743.html Site26 * @license LGPL http ://www.opensource.org/licenses/lgpl-license.html25 * @link https://www.phpclasses.org/package/1743-PHP-FTP-client-in-pure-PHP.html 26 * @license LGPL https://opensource.org/licenses/lgpl-license.html 27 27 */ 28 28 class ftp_pure extends ftp_base { -
trunk/src/wp-admin/includes/class-ftp-sockets.php
r44920 r46626 9 9 * @copyright Alexey Dotsenko 10 10 * @author Alexey Dotsenko 11 * @link http ://www.phpclasses.org/browse/package/1743.html Site12 * @license LGPL http ://www.opensource.org/licenses/lgpl-license.html11 * @link https://www.phpclasses.org/package/1743-PHP-FTP-client-in-pure-PHP.html 12 * @license LGPL https://opensource.org/licenses/lgpl-license.html 13 13 */ 14 14 … … 23 23 * @copyright Alexey Dotsenko 24 24 * @author Alexey Dotsenko 25 * @link http ://www.phpclasses.org/browse/package/1743.html Site26 * @license LGPL http ://www.opensource.org/licenses/lgpl-license.html25 * @link https://www.phpclasses.org/package/1743-PHP-FTP-client-in-pure-PHP.html 26 * @license LGPL https://opensource.org/licenses/lgpl-license.html 27 27 */ 28 28 class ftp_sockets extends ftp_base { -
trunk/src/wp-admin/includes/class-ftp.php
r45730 r46626 9 9 * @copyright Alexey Dotsenko 10 10 * @author Alexey Dotsenko 11 * @link http ://www.phpclasses.org/browse/package/1743.html Site12 * @license LGPL http ://www.opensource.org/licenses/lgpl-license.html11 * @link https://www.phpclasses.org/package/1743-PHP-FTP-client-in-pure-PHP.html 12 * @license LGPL https://opensource.org/licenses/lgpl-license.html 13 13 */ 14 14 -
trunk/src/wp-includes/class-phpass.php
r34887 r46626 5 5 * @since 2.5.0 6 6 * @version 0.3 / WordPress 7 * @link http ://www.openwall.com/phpass/7 * @link https://www.openwall.com/phpass/ 8 8 */ 9 9 … … 31 31 * @package phpass 32 32 * @version 0.3 / WordPress 33 * @link http ://www.openwall.com/phpass/33 * @link https://www.openwall.com/phpass/ 34 34 * @since 2.5.0 35 35 */ -
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php
r46609 r46626 738 738 * @since 4.7.0 739 739 * 740 * @link http ://tools.ietf.org/html/rfc2388741 * @link http ://tools.ietf.org/html/rfc6266740 * @link https://tools.ietf.org/html/rfc2388 741 * @link https://tools.ietf.org/html/rfc6266 742 742 * 743 743 * @param string[] $disposition_header List of Content-Disposition header values.
Note: See TracChangeset
for help on using the changeset viewer.