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/vBulletin3.php

    r5578 r5637  
    55 *
    66 * @since bbPress (r5151)
    7  * @link Codex Docs http://codex.bbpress.org/import-forums/vbulletin
     7 * @link Codex Docs https://codex.bbpress.org/import-forums/vbulletin
    88 */
    99class vBulletin3 extends BBP_Converter_Base {
     
    639639     * vBulletin passwords do not work. Maybe use the below plugin's approach?
    640640     *
    641      * @link http://wordpress.org/extend/plugins/vb-user-copy/
    642      * @link http://plugins.trac.wordpress.org/browser/vb-user-copy/trunk/vb_user_copy.php
     641     * @link https://wordpress.org/extend/plugins/vb-user-copy/
     642     * @link https://plugins.trac.wordpress.org/browser/vb-user-copy/trunk/vb_user_copy.php
    643643     */
    644644    public function authenticate_pass( $password, $serialized_pass ) {
Note: See TracChangeset for help on using the changeset viewer.