Skip to:
Content

bbPress.org


Ignore:
Timestamp:
02/03/2017 08:36:09 PM (9 years ago)
Author:
johnjamesjacoby
Message:

General: Remove () around require construct calls, and breathing room around some ! usages.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/includes/admin/converters/vBulletin3.php

    r5951 r6284  
    746746
    747747        // Parse out any bbCodes in $field with the BBCode 'parser.php'
    748         require_once( bbpress()->admin->admin_dir . 'parser.php' );
     748        require_once bbpress()->admin->admin_dir . 'parser.php';
    749749        $bbcode = BBCode::getInstance();
    750750        $bbcode->enable_smileys = false;
Note: See TracChangeset for help on using the changeset viewer.