Changeset 5637 for trunk/src/includes/admin/converters/vBulletin3.php
- Timestamp:
- 03/10/2015 04:51:54 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/admin/converters/vBulletin3.php
r5578 r5637 5 5 * 6 6 * @since bbPress (r5151) 7 * @link Codex Docs http ://codex.bbpress.org/import-forums/vbulletin7 * @link Codex Docs https://codex.bbpress.org/import-forums/vbulletin 8 8 */ 9 9 class vBulletin3 extends BBP_Converter_Base { … … 639 639 * vBulletin passwords do not work. Maybe use the below plugin's approach? 640 640 * 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.php641 * @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 643 643 */ 644 644 public function authenticate_pass( $password, $serialized_pass ) {
Note: See TracChangeset
for help on using the changeset viewer.