Changeset 5544 for trunk/src/includes/admin/converters/phpBB.php
- Timestamp:
- 10/10/2014 06:44:33 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/admin/converters/phpBB.php
r5539 r5544 826 826 827 827 /** 828 * Check the anonymous topic or reply status829 *830 * @since (r5539)831 *832 * @param int $status phpBB v3.x anonymous topic/reply status833 * @return string WordPress safe834 */835 public function callback_check_anonymous( $status = 0 ) {836 if ( $status == 1 ) {837 $status = 'true';838 } else {839 $status = 'false';840 }841 return $status;842 }843 844 /**845 828 * This callback processes any custom parser.php attributes and custom code with preg_replace 846 829 */
Note: See TracChangeset
for help on using the changeset viewer.