Changeset 5103
- Timestamp:
- 09/03/2013 05:23:39 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.4/includes/admin/converter.php
r5093 r5103 1003 1003 1004 1004 /** 1005 * This method con erts 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 ) { … … 1029 1029 1030 1030 /** 1031 * This method con erts 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 ) {
Note: See TracChangeset
for help on using the changeset viewer.