Make WordPress Core


Ignore:
Timestamp:
09/29/2014 01:27:55 PM (11 years ago)
Author:
markjaquith
Message:

Use HTTPS URLs for core.trac.wordpress.org

see #27115

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/general-template.php

    r29780 r29788  
    22982298 *
    22992299 * Using this function is the proper way to output all needed components for both TinyMCE and Quicktags.
    2300  * _WP_Editors should not be used directly. See http://core.trac.wordpress.org/ticket/17144.
     2300 * _WP_Editors should not be used directly. See https://core.trac.wordpress.org/ticket/17144.
    23012301 *
    23022302 * NOTE: Once initialized the TinyMCE editor cannot be safely moved in the DOM. For that reason
     
    23042304 * On the post edit screen several actions can be used to include additional editors
    23052305 * containing TinyMCE: 'edit_page_form', 'edit_form_advanced' and 'dbx_post_sidebar'.
    2306  * See http://core.trac.wordpress.org/ticket/19173 for more information.
     2306 * See https://core.trac.wordpress.org/ticket/19173 for more information.
    23072307 *
    23082308 * @see wp-includes/class-wp-editor.php
Note: See TracChangeset for help on using the changeset viewer.