Changeset 5544 for trunk/src/includes/admin/converters/SMF.php
- Timestamp:
- 10/10/2014 06:44:33 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/admin/converters/SMF.php
r5539 r5544 678 678 $count = absint( (int) $count - 1 ); 679 679 return $count; 680 }681 682 /**683 * Check the anonymous topic or reply status684 *685 * @since (r5539)686 *687 * @param int $status SMF v2.x anonymous topic/reply status688 * @return string WordPress safe689 */690 public function callback_check_anonymous( $status = 0 ) {691 if ( $status == 0 ) {692 $status = 'true';693 } else {694 $status = 'false';695 }696 return $status;697 680 } 698 681
Note: See TracChangeset
for help on using the changeset viewer.