Skip to:
Content

bbPress.org


Ignore:
Timestamp:
03/10/2015 04:51:54 PM (10 years ago)
Author:
johnjamesjacoby
Message:

Update any relevant hardcoded links to https.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/includes/core/theme-compat.php

    r5608 r5637  
    404404     * Force the header back to 200 status if not a deliberate 404
    405405     *
    406      * @see http://bbpress.trac.wordpress.org/ticket/1973
     406     * @see https://bbpress.trac.wordpress.org/ticket/1973
    407407     */
    408408    if ( ! $wp_query->is_404() ) {
     
    448448     * recursive filtering of 'the_content'.
    449449     *
    450      * @link http://bbpress.trac.wordpress.org/ticket/2429
     450     * @link https://bbpress.trac.wordpress.org/ticket/2429
    451451     */
    452452    if ( bbp_is_template_included() ) {
     
    767767     * and header statuses, as well as to set the post global as needed.
    768768     *
    769      * @see http://bbpress.trac.wordpress.org/ticket/1478/
     769     * @see https://bbpress.trac.wordpress.org/ticket/1478/
    770770     */
    771771    if ( bbp_is_template_included() ) {
Note: See TracChangeset for help on using the changeset viewer.