diff --git a/includes/admin/converter.php b/includes/admin/converter.php
index eeab832..fe1d59f 100644
|
a
|
b
|
abstract class BBP_Converter_Base { |
| 1002 | 1002 | } |
| 1003 | 1003 | |
| 1004 | 1004 | /** |
| 1005 | | * This method conerts old forum heirarchy to new bbPress heirarchy. |
| | 1005 | * This method converts old forum heirarchy to new bbPress heirarchy. |
| 1006 | 1006 | */ |
| 1007 | 1007 | public function convert_forum_parents( $start ) { |
| 1008 | 1008 | |
| … |
… |
abstract class BBP_Converter_Base { |
| 1028 | 1028 | } |
| 1029 | 1029 | |
| 1030 | 1030 | /** |
| 1031 | | * This method conerts old reply_to post id to new bbPress reply_to post id. |
| | 1031 | * This method converts old reply_to post id to new bbPress reply_to post id. |
| 1032 | 1032 | */ |
| 1033 | 1033 | public function convert_reply_to_parents( $start ) { |