mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-02 00:00:15 +00:00
Docs: Replace HTTP links with HTTPS in class-pop3.php docblocks and JS vendor readme file.
Props rajeshraval786, hiren1094. See #57017, #56792. git-svn-id: https://develop.svn.wordpress.org/trunk@54775 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
2
src/js/_enqueues/vendor/README.md
vendored
2
src/js/_enqueues/vendor/README.md
vendored
@@ -11,7 +11,7 @@ In this directory you'll find vendor JavaScript packages that cannot be installe
|
||||
- mediaelement: https://github.com/mediaelement/mediaelement
|
||||
- plupload: https://github.com/moxiecode/plupload
|
||||
- swfupload: https://github.com/WordPress/secure-swfupload
|
||||
- thickbox: http://codylindley.com/thickbox/
|
||||
- thickbox: https://codylindley.com/thickbox/
|
||||
- tinymce: https://www.tiny.cloud/get-tiny/self-hosted/
|
||||
- Download "TinyMCE Dev Package". This package is needed because it includes
|
||||
the `compat3x` plugin.
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
* POP3 class
|
||||
*
|
||||
* @copyright 1999-2011 The SquirrelMail Project Team
|
||||
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
|
||||
* @license https://opensource.org/licenses/gpl-license.php GNU Public License
|
||||
* @package plugins
|
||||
* @subpackage mail_fetch
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user