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/admin/converters/phpBB.php

    r5544 r5637  
    55 *
    66 * @since bbPress (r4689)
    7  * @link Codex Docs http://codex.bbpress.org/import-forums/phpbb
     7 * @link Codex Docs https://codex.bbpress.org/import-forums/phpbb
    88 */
    99class phpBB extends BBP_Converter_Base {
     
    622622     *
    623623     * @link Original source for password functions http://openwall.com/phpass/
    624      * @link phpass is now included in WP Core http://core.trac.wordpress.org/browser/trunk/wp-includes/class-phpass.php
     624     * @link phpass is now included in WP Core https://core.trac.wordpress.org/browser/trunk/wp-includes/class-phpass.php
    625625     *
    626626     * @return bool Returns true if the password is correct, false if not.
Note: See TracChangeset for help on using the changeset viewer.