Changeset 5637 for trunk/src/includes/admin/converters/phpBB.php
- Timestamp:
- 03/10/2015 04:51:54 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/admin/converters/phpBB.php
r5544 r5637 5 5 * 6 6 * @since bbPress (r4689) 7 * @link Codex Docs http ://codex.bbpress.org/import-forums/phpbb7 * @link Codex Docs https://codex.bbpress.org/import-forums/phpbb 8 8 */ 9 9 class phpBB extends BBP_Converter_Base { … … 622 622 * 623 623 * @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.php624 * @link phpass is now included in WP Core https://core.trac.wordpress.org/browser/trunk/wp-includes/class-phpass.php 625 625 * 626 626 * @return bool Returns true if the password is correct, false if not.
Note: See TracChangeset
for help on using the changeset viewer.