0
Validation results

ForumEngine

ForumEngine

WordPress 6.5.2 theme
0
  • THEME TYPEWordPress theme 6.5.2
  • FILE NAMEforumengine.zip
  • FILE SIZE2325244 bytes
  • MD5a4e1f9207dce328456ac4ab0b3ae2959
  • SHA15c360fae2046d9bbac840ba93b5cf0329e4639be
  • LICENSEGNU GPL 3
  • FILES INCLUDEDCSS, PHP, Bitmap images
  • THEME URIhttp://www.enginethemes.com/themes/forumengine
  • VERSION1.6.3
  • AUTHOR URI
  • TAGSfluid-layout, responsive-layout, accessibility-ready, translation-ready
  • CREATION DATE2020-01-25
  • LAST FILE UPDATE2020-01-25
  • LAST VALIDATION2020-01-25 00:24
  • OTHER VERSIONS

    1.6.15 : 0%

This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
  1. Title : Title No reference to add_theme_support( "title-tag" ) was found in the theme.The theme needs to have <title> tags, ideally in the header.php file.The theme needs to have a call to wp_title(), ideally in the header.php file.The <title> tags can only contain a call to wp_title(). Use the wp_title filter to modify the output.
  2. Security breaches : Use of eval() Found eval in file extract.php. 199: eval('$current_argument = '.$text.';' );Found eval in file not-gettexted.php. 109: eval('$current_string='.$text.';');
  3. Security breaches : Use of PHP sytem calls Found system in file importers-i18n.php. 22: system( $this->s( $importer, $command ) );74: system( 'php '.dirname(__FILE__).'/makepot.php wp-plugin ..' );184: system( $this->s( $importer, 'php $this->glotpress_source_dir/scripts/imporFound system in file makepot.php. 189: system( 'msguniq --use-first $output_shell -o $output_shell' );224: system( 'msgcat --more-than=1 --use-first $core_pot $ms_pot > $common_pot' 225: system( 'msgcat -u --use-first $ms_pot $common_pot -o $ms_pot' );325: system('msguniq $output_shell -o $output_shell');353: system('msguniq $output_shell -o $output_shell');Found system in file cron-svn-pots.php. 7: system( '$command 2>&1', $exit_code );
  4. Security breaches : Use of backticks execution operators in PHP code Found ` in file importers-i18n.php. 48: $this->call_on_all( 'ln -s `pwd`/%importer%/trunk $target/%importer%' ); 133: $msgfmt_output = `msgfmt --statistics $po_path -o $mo_path 2>&1`;Found ` in file cron-svn-pots.php. 101: if ( !$exists || `svn diff $pot | wc -l` > 13 ) {102: preg_match( '/Revision:\s+(\d+)/', `svn info $application_path`, $matches );
  5. Security breaches : Modification of PHP server settings Found ini_set in file functions.php. 4: ini_set('error_reporting', E_ALL & ~E_STRICT & ~E_NOTICE);Found ini_set in file pot-ext-meta.php. 65: ini_set('display_errors', 1);Found ini_set in file importers-i18n.php. 2: ini_set( 'display_errors', 1 );
  6. Security breaches : Use of base64_decode() Found base64_decode in file OAuth.php. 202: $decoded_sig = base64_decode($signature);
  7. Security breaches : Use of base64_encode() Found base64_encode in file OAuth.php.
     return base64_encode(hash_hmac('sha1', $base_string, $key, true));
     return base64_encode($signature);
    Found base64_encode in file google-captcha.php.
     return strtr(base64_encode ($x), '+/', '-_');
  8. Unwanted files : hidden file(s) or folder(s) .gitmodules .svn was found.
  9. Presence of iframes : iframes are sometimes used to load unwanted adverts and malicious code on another site Found <iframe src="<?php echo $server . '/challenge?k=' . $pubkey . $errorpart; ?> in file google-captcha.php. 349: <iframe src='<?php echo $server . '/challenge?k=' . $pubkey . $errorpart; ?
  10. Malware : Operations on file system file_get_contents was found in the file OAuth.php 272: file_get_contents(self::$POST_INPUT)fwrite was found in the file pot-ext-meta.php 28: fwrite(STDERR, 'Usage: php pot-ext-meta.php EXT POT\n');29: fwrite(STDERR, 'Adds metadata from a WordPress theme or plugin file EXT to 57: fwrite($potf, $pot);fwrite was found in the file pot-ext-meta.php 28: fwrite(STDERR, 'Usage: php pot-ext-meta.php EXT POT\n');29: fwrite(STDERR, 'Adds metadata from a WordPress theme or plugin file EXT to 57: fwrite($potf, $pot);fopen was found in the file pot-ext-meta.php 55: $potf = '-' == $pot_filename? STDOUT : fopen($pot_filename, 'a');fwrite was found in the file pot-ext-meta.php 28: fwrite(STDERR, 'Usage: php pot-ext-meta.php EXT POT\n');29: fwrite(STDERR, 'Adds metadata from a WordPress theme or plugin file EXT to 57: fwrite($potf, $pot);fclose was found in the file pot-ext-meta.php 58: if ('-' != $pot_filename) fclose($potf);file_get_contents was found in the file extract.php 31: $code = file_get_contents( $file_name );file_get_contents was found in the file importers-i18n.php 55: $main_file = file_get_contents( $main_file_name );113: $project_details_json = file_get_contents( $this->s( $importer, $this->glotpress_api_url ) );125: $po_file = file_get_contents( $this->s( $importer, $this->glotpress_url ) . '/$locale-file_put_contents was found in the file importers-i18n.php 62: file_put_contents( $main_file_name, $main_file );132: file_put_contents( $po_path, $po_file );file_get_contents was found in the file importers-i18n.php 55: $main_file = file_get_contents( $main_file_name );113: $project_details_json = file_get_contents( $this->s( $importer, $this->glotpress_api_url ) );125: $po_file = file_get_contents( $this->s( $importer, $this->glotpress_url ) . '/$locale-file_get_contents was found in the file importers-i18n.php 55: $main_file = file_get_contents( $main_file_name );113: $project_details_json = file_get_contents( $this->s( $importer, $this->glotpress_api_url ) );125: $po_file = file_get_contents( $this->s( $importer, $this->glotpress_url ) . '/$locale-file_put_contents was found in the file importers-i18n.php 62: file_put_contents( $main_file_name, $main_file );132: file_put_contents( $po_path, $po_file );fwrite was found in the file not-gettexted.php 35: fwrite(STDERR, $msg.($nl? '\n' : ''));172: fwrite($potf, '\n'.PO::export_entry($entry).'\n');200: fwrite($f, $new_file);file_get_contents was found in the file not-gettexted.php 152: $tokens = token_get_all(file_get_contents($filename));195: $source = file_get_contents($filename);fopen was found in the file not-gettexted.php 157: $potf = '-' == $pot_filename? STDOUT : @fopen($pot_filename, 'a');199: $f = fopen($filename, 'w');fwrite was found in the file not-gettexted.php 35: fwrite(STDERR, $msg.($nl? '\n' : ''));172: fwrite($potf, '\n'.PO::export_entry($entry).'\n');200: fwrite($f, $new_file);fclose was found in the file not-gettexted.php 174: if ('-' != $pot_filename) fclose($potf);201: fclose($f);file_get_contents was found in the file not-gettexted.php 152: $tokens = token_get_all(file_get_contents($filename));195: $source = file_get_contents($filename);fopen was found in the file not-gettexted.php 157: $potf = '-' == $pot_filename? STDOUT : @fopen($pot_filename, 'a');199: $f = fopen($filename, 'w');fwrite was found in the file not-gettexted.php 35: fwrite(STDERR, $msg.($nl? '\n' : ''));172: fwrite($potf, '\n'.PO::export_entry($entry).'\n');200: fwrite($f, $new_file);fclose was found in the file not-gettexted.php 174: if ('-' != $pot_filename) fclose($potf);201: fclose($f);fopen was found in the file makepot.php 7: define( 'STDERR', fopen( 'php://stderr', 'w' ) );265: $extf = fopen($filename, 'r');file_get_contents was found in the file makepot.php 243: return preg_match( '/\$wp_version\s*=\s*\'(.*?)\';/', file_get_contents( $version_php ), $matches )? $matches[1] : false;249: if (preg_match('/\$wpmu_version\s*=\s*\'(.*?)\';/', file_get_contents($dir.'/wp-includes/version.php'), $matches)) {file_get_contents was found in the file makepot.php 243: return preg_match( '/\$wp_version\s*=\s*\'(.*?)\';/', file_get_contents( $version_php ), $matches )? $matches[1] : false;249: if (preg_match('/\$wpmu_version\s*=\s*\'(.*?)\';/', file_get_contents($dir.'/wp-includes/version.php'), $matches)) {fopen was found in the file makepot.php 7: define( 'STDERR', fopen( 'php://stderr', 'w' ) );265: $extf = fopen($filename, 'r');fwrite was found in the file makepot.php 396: fwrite(STDERR, 'Couldn't generate POT file!\n');402: fwrite(STDERR, $usage);fwrite was found in the file makepot.php 396: fwrite(STDERR, 'Couldn't generate POT file!\n');402: fwrite(STDERR, $usage);fwrite was found in the file add-textdomain.php 26: fwrite(STDERR, $usage);83: fwrite($f, $this->modified_contents);file_get_contents was found in the file add-textdomain.php 43: $source = file_get_contents($source_filename);fopen was found in the file add-textdomain.php 82: $f = fopen($source_filename, 'w');fwrite was found in the file add-textdomain.php 26: fwrite(STDERR, $usage);83: fwrite($f, $this->modified_contents);fclose was found in the file add-textdomain.php 84: fclose($f);file_get_contents was found in the file parsers.php 252: if ( ! xml_parse( $xml, file_get_contents( $file ), true ) ) {fopen was found in the file parsers.php 398: $fp = $this->fopen( $file, 'r' );616: function fopen( $filename, $mode = 'r' ) {619: return fopen( $filename, $mode );fclose was found in the file parsers.php 448: $this->fclose($fp);634: function fclose( $fp ) {637: return fclose( $fp );fopen was found in the file parsers.php 398: $fp = $this->fopen( $file, 'r' );616: function fopen( $filename, $mode = 'r' ) {619: return fopen( $filename, $mode );fopen was found in the file parsers.php 398: $fp = $this->fopen( $file, 'r' );616: function fopen( $filename, $mode = 'r' ) {619: return fopen( $filename, $mode );fclose was found in the file parsers.php 448: $this->fclose($fp);634: function fclose( $fp ) {637: return fclose( $fp );fclose was found in the file parsers.php 448: $this->fclose($fp);634: function fclose( $fp ) {637: return fclose( $fp );fopen was found in the file class-master.php 95: //$test_url = @fopen( $script['src'], 'r' ); // test parametersfopen was found in the file languages.php 12: $fh = fopen(WP_CONTENT_DIR.'/et-content/index.html', 'w');17: $fh = fopen(WP_CONTENT_DIR.'/et-content'.$value.'/index.html', 'w');fopen was found in the file languages.php 12: $fh = fopen(WP_CONTENT_DIR.'/et-content/index.html', 'w');17: $fh = fopen(WP_CONTENT_DIR.'/et-content'.$value.'/index.html', 'w');file_get_contents was found in the file lessc.inc.php 115: $root = $parser->parse(file_get_contents($realPath));1612: $out = $this->compile(file_get_contents($fname), $fname);fwrite was found in the file lessc.inc.php 629: // fwrite(STDERR,'failed to find block: '.implode(' > ', $path).'\n');file_get_contents was found in the file lessc.inc.php 115: $root = $parser->parse(file_get_contents($realPath));1612: $out = $this->compile(file_get_contents($fname), $fname);file_put_contents was found in the file lessc.inc.php 1617: return file_put_contents($outFname, $out);fwrite was found in the file google-captcha.php 226: fwrite($fs, $http_request);fclose was found in the file google-captcha.php 230: fclose($fs);
  11. Malware : Network operations curl_init was found in the file twitteroauth.php 195: $ci = curl_init();curl_exec was found in the file twitteroauth.php 221: $response = curl_exec($ci);fsockopen was found in the file google-captcha.php 222: if( false == ( $fs = @fsockopen($host, $port, $errno, $errstr, 10) ) ) {
  12. Admin menu : Themes should use add_theme_page() for adding admin pages. File admin.php : 151: $this->add_action('et_admin_menu', 'add_option_page');156: public function add_option_page(){File class-admin-menu.php : 138: $this->add_action('admin_menu', 'add_menu_page');174: public function add_menu_page(){185: add_menu_page(File class-admin-menu.php : 138: $this->add_action('admin_menu', 'add_menu_page');174: public function add_menu_page(){185: add_menu_page(File class-admin-menu.php : 196: add_submenu_page( $parent_slug, $section->page_title, $section->menu_title,File VG_Welcome.php : 62: $page = add_dashboard_page($page['page_title'], ( array_key_exists('menu_title',$pa
  13. Hidden admin bar : Hidden admin Bar Themes should not hide admin bar. Detected in file : theme.php.
  14. Inapropriate constants : Use of TEMPLATEPATH Constant TEMPLATEPATH was found in the file auth.php. get_template_directory() should be used instead. 8: require_once TEMPLATEPATH . '/includes/twitteroauth/twitteroauth.php';Constant TEMPLATEPATH was found in the file functions.php. get_template_directory() should be used instead. 28: require_once TEMPLATEPATH . '/includes/index.php';30: require_once TEMPLATEPATH . '/includes/google-captcha.php';Constant TEMPLATEPATH was found in the file admin.php. get_template_directory() should be used instead. 2: define('ADMIN_PATH', TEMPLATEPATH . '/admin');Constant TEMPLATEPATH was found in the file languages.php. get_template_directory() should be used instead. 78: include TEMPLATEPATH . '/includes/makePOT/extract/extract.php';81: $originals = $this->extractor->extract_from_directory( TEMPLATEPATH );Constant TEMPLATEPATH was found in the file social_auth.php. get_template_directory() should be used instead. 508: include TEMPLATEPATH . '/page-twitter-auth.php';Constant TEMPLATEPATH was found in the file class-importer.php. get_template_directory() should be used instead. 56: $this->file = TEMPLATEPATH . '/sampledata/sample_data.xml';Constant TEMPLATEPATH was found in the file customizer.php. get_template_directory() should be used instead. 38: if ( !file_exists( TEMPLATEPATH . '/css/customization.css' ) ){50: if ( !file_exists( TEMPLATEPATH . '/css/customization_{$site_id}.css' ) ){335: $less = TEMPLATEPATH . '/css/customization.less';336: $less_mobile = TEMPLATEPATH . '/css/customization_mobile.less';337: // $less = TEMPLATEPATH . '/css/custom-et.less';339: // $css = TEMPLATEPATH . '/css/customization-preview.css';Constant TEMPLATEPATH was found in the file index.php. get_template_directory() should be used instead. 19: require_once TEMPLATEPATH . '/mobile/functions.php';Constant TEMPLATEPATH was found in the file settings.php. get_template_directory() should be used instead. 3: require_once TEMPLATEPATH . '/includes/languages.php';
  15. Deprecated functions : wp_get_http wp_get_http found in file class-importer.php. Deprecated since version 4.4. Use WP_Http instead.719: $headers = wp_get_http( $url, $upload['file'] );
  16. Deprecated functions : get_bloginfo get_bloginfo('template_url') was found in the file functions.php. Use get_template_directory_uri() instead.16: define ( 'TEMPLATEURL', get_bloginfo('template_url') );get_bloginfo('template_url') was found in the file bootstrap.php. Use get_template_directory_uri() instead.6: if(!defined('FRAMEWORK_URL')) define ( 'FRAMEWORK_URL', get_bloginfo('template_url') . '/includes/core' );21: 'jsUrl' => get_bloginfo('template_url').'/js/',22: 'imgUrl' => get_bloginfo('template_url').'/img/',
Warning
  1. core scripts deregistered : Core scripts deregistrationFound wp_deregister_script in theme.php. Themes must not deregister core scripts. 670: //wp_deregister_script( 'backbone' );672: //wp_deregister_script( 'underscore' );Found wp_deregister_script in class-master.php. Themes must not deregister core scripts. 297: //wp_deregister_script( 'jquery' );298: wp_deregister_script( 'jquery' ); // deregisters the default WordPress jQue
  2. theme tags : Presence of bad theme tagsThe tag fluid-layout has been deprecated, it must be removed from style.css header.The tag responsive-layout has been deprecated, it must be removed from style.css header.Themes that use the tag accessibility-ready will need to undergo an accessibility review.
    See https://make.wordpress.org/themes/handbook/review/accessibility/
  3. Text domain : Incorrect use of translation functions.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Email' in file page-social-connect.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Password' in file page-social-connect.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Submit' in file page-social-connect.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Username' in file page-social-connect.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Submit' in file page-social-connect.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'ALL POSTS' in file search.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Following' in file search.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'PENDING POSTS' in file search.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'open' in file search.php.Found a translation function that is missing a text-domain. Function __, with the arguments "0 results found for %s. Please try again." in file search.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Loading more threads' in file search.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Click here to start your new topic' in file post-thread.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Please select' in file post-thread.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Show preview' in file post-thread.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Create Topic' in file post-thread.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Login and Create Topic' in file post-thread.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Cancel' in file post-thread.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'YOUR PREVIEW' in file post-thread.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Login or Join' in file modal-auth.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Enter your username or email' in file modal-auth.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Enter your username or email' in file modal-auth.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Password' in file modal-auth.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Password' in file modal-auth.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Forgotten password?' in file modal-auth.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "Loading..." in file modal-auth.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Login' in file modal-auth.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'You can also sign in by' in file modal-auth.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Username' in file modal-auth.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Username' in file modal-auth.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Email' in file modal-auth.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Email' in file modal-auth.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Password' in file modal-auth.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Password' in file modal-auth.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Retype password' in file modal-auth.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Retype password' in file modal-auth.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'I agree to' in file modal-auth.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'the terms' in file modal-auth.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "Loading..." in file modal-auth.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Join' in file modal-auth.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Forgot your password?' in file modal-auth.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "Type your email and we'll send you a link to retrieve it." in file modal-auth.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Enter your username or email' in file modal-auth.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "Loading..." in file modal-auth.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Send' in file modal-auth.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Contact %s' in file modal-contact.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Your message' in file modal-contact.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Got something to say? Type your message here.' in file modal-contact.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "Loading..." in file modal-contact.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Send' in file modal-contact.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Updated %s in' in file thread-loop.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'No category' in file thread-loop.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'No reply yet' in file thread-loop.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Last reply' in file thread-loop.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'by' in file thread-loop.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Want to %s ?' in file thread-loop.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'undo' in file thread-loop.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Approve' in file thread-loop.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Delete' in file thread-loop.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Sticky' in file thread-loop.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Sticky Home' in file thread-loop.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Close' in file thread-loop.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Unclose' in file thread-loop.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Delete' in file thread-loop.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Insert an Image' in file modal-images.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'You need to log in to upload images from your computer.' in file modal-images.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Admin has disabled this function.' in file modal-images.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Upload an Image' in file modal-images.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "Browse" in file modal-images.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "No file chosen" in file modal-images.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Add an Image by URL' in file modal-images.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "Loading..." in file modal-images.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Insert' in file modal-images.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Cancel' in file modal-images.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Report ' in file modal-report.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Your message' in file modal-report.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Got something to say? Type your message here.' in file modal-report.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "Loading..." in file modal-report.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Send' in file modal-report.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Edit' in file reply-item.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Delete' in file reply-item.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Quote' in file reply-item.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Report' in file reply-item.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Report' in file reply-item.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Edit' in file reply-item.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Delete' in file reply-item.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Quote' in file reply-item.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Report' in file reply-item.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Update' in file reply-item.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "Loading..." in file reply-item.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Cancel' in file reply-item.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Show more replies' in file reply-item.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Liked by' in file reply-item.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Reply' in file reply-item.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "Loading..." in file reply-item.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Reply' in file reply-item.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Cancel' in file reply-item.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Show preview' in file reply-item.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Update' in file reply-item.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "Loading..." in file reply-item.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Cancel' in file reply-item.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'open' in file taxonomy-fe_tag.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'No topic has been created yet.' in file taxonomy-fe_tag.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Create the first one' in file taxonomy-fe_tag.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Loading more threads' in file taxonomy-fe_tag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Be the first to post a comment.' in file comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments '1 Comment on this article' in file comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments '% Comments on this article' in file comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Reply ' in file comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Add a comment' in file comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Submit comment' in file comments.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'open' in file page-front.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'No topic has been created yet.' in file page-front.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Create the first one' in file page-front.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Loading more threads' in file page-front.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'No post has been created yet.' in file tag.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Create the first one' in file tag.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'open' in file page-threads.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Click here to start your new topic' in file page-threads.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Please select' in file page-threads.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Show preview' in file page-threads.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Create Topic' in file page-threads.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Login and Create Topic' in file page-threads.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Cancel' in file page-threads.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'YOUR PREVIEW' in file page-threads.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Click here to start your new topic' in file page-threads.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Just now in' in file page-threads.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Please select.' in file page-threads.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'No topic has been created yet.' in file page-threads.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Create the first one' in file page-threads.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'joined' in file author.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Edit Profile' in file author.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Contact me' in file author.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Contact' in file author.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Social Links' in file author.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Statistics' in file author.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '0 topics created.' in file author.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Contact' in file author.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Social Links' in file author.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Statistics' in file author.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Email' in file page-social-connect.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Password' in file page-social-connect.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Submit' in file page-social-connect.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Username' in file page-social-connect.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Submit' in file page-social-connect.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'ALL POSTS' in file search.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'FOLLOWING' in file search.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'PENDING' in file search.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Touch here to start a new topic' in file search.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Create' in file search.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Cancel' in file search.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Load more threads' in file search.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'APPROVE' in file thread-loop.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'REJECT' in file thread-loop.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Updated %s' in file thread-loop.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'No category' in file thread-loop.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'No reply yet' in file thread-loop.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Last reply' in file thread-loop.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Want to %s ?' in file thread-loop.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'undo' in file thread-loop.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Save' in file reply-item.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Cancel' in file reply-item.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Show more replies' in file reply-item.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Reply' in file reply-item.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Reply' in file reply-item.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Cancel' in file reply-item.php.Found a translation function that is missing a text-domain. Function __, with the arguments "View all posts in %s" in file post-loop.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Read more' in file post-loop.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'ALL POSTS' in file taxonomy-fe_tag.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'FOLLOWING' in file taxonomy-fe_tag.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'PENDING' in file taxonomy-fe_tag.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Touch here to start a new topic' in file taxonomy-fe_tag.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Create' in file taxonomy-fe_tag.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Cancel' in file taxonomy-fe_tag.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Load more threads' in file taxonomy-fe_tag.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Be the first to post a comment.' in file comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments '1 Comment on this article' in file comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments '% Comments on this article' in file comments.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Load more comments' in file comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Add a comment' in file comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Submit comment' in file comments.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'ALL POSTS' in file page-front.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'FOLLOWING' in file page-front.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'PENDING' in file page-front.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Please select' in file page-front.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Touch here to start a new topic' in file page-front.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Please login to start a new topic' in file page-front.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Create' in file page-front.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Cancel' in file page-front.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Load more threads' in file page-front.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'All' in file template-header.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Show info' in file author.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Hide info' in file author.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Edit Profile' in file author.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Show info' in file author.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Hide info' in file author.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'CONTACT' in file author.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'SOCIAL' in file author.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'STATISTICS' in file author.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'joined' in file author.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'NA' in file author.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Load More Threads' in file author.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Save' in file reply-item.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Cancel' in file reply-item.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Show more replies' in file reply-item.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Reply' in file reply-item.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Reply' in file reply-item.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Cancel' in file reply-item.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Show info' in file page-member.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Hide info' in file page-member.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Edit Profile' in file page-member.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Show info' in file page-member.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Hide info' in file page-member.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'CONTACT' in file page-member.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'SOCIAL' in file page-member.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'STATISTICS' in file page-member.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'joined' in file page-member.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'NA' in file page-member.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Load More Threads' in file page-member.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Unfollow' in file single-thread.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Follow' in file single-thread.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Approve' in file single-thread.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Delete' in file single-thread.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Updated %s in' in file single-thread.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'No Category' in file single-thread.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Unclose' in file single-thread.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Close' in file single-thread.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Delete' in file single-thread.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Save' in file single-thread.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Cancel' in file single-thread.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Load More Replies' in file single-thread.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Login to Reply' in file single-thread.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Touch to Reply' in file single-thread.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Reply' in file single-thread.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Cancel' in file single-thread.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'ALL POSTS' in file page-following.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'FOLLOWING' in file page-following.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'PENDING' in file page-following.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Load More Threads' in file page-following.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Change password' in file page-edit-profile.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Go to profile' in file page-edit-profile.php.Found a translation function that is missing a text-domain. Function __, with the arguments "About @%s" in file page-edit-profile.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Display name' in file page-edit-profile.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Location' in file page-edit-profile.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Email' in file page-edit-profile.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Phone' in file page-edit-profile.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Check here to show your email and phone' in file page-edit-profile.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Social Settings' in file page-edit-profile.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Facebook' in file page-edit-profile.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Twitter' in file page-edit-profile.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Google+' in file page-edit-profile.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Submit' in file page-edit-profile.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Cancel' in file page-edit-profile.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "Change password" in file page-edit-profile.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Old password' in file page-edit-profile.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'New password' in file page-edit-profile.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Confirm password' in file page-edit-profile.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'About' in file page-edit-profile.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Display name' in file page-edit-profile.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Location' in file page-edit-profile.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Phone' in file page-edit-profile.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Facebook' in file page-edit-profile.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Twitter' in file page-edit-profile.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Google' in file page-edit-profile.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'ALL POSTS' in file taxonomy-thread_category.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'FOLLOWING' in file taxonomy-thread_category.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'PENDING' in file taxonomy-thread_category.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Touch here to start a new topic' in file taxonomy-thread_category.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Create' in file taxonomy-thread_category.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Cancel' in file taxonomy-thread_category.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Load more threads' in file taxonomy-thread_category.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'ALL POSTS' in file page-pending.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'FOLLOWING' in file page-pending.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'PENDING' in file page-pending.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Load More Threads' in file page-pending.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Profile' in file template-profile-menu.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Logout' in file template-profile-menu.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'ALL POSTS' in file 404.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'FOLLOWING' in file 404.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'PENDING' in file 404.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'LOGIN' in file page-login.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'REGISTER' in file page-login.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Username' in file page-login.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Password' in file page-login.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Login' in file page-login.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Username' in file page-login.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Email' in file page-login.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Password' in file page-login.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Retype Password' in file page-login.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Register' in file page-login.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You have been logged out successfully.' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments "View all posts in %s" in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Reply ' in file functions.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Submit' in file functions.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Cancel' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Your account has been confirmed successfully!" in file footer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'please fill out all fields' in file footer.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Load more posts' in file index.php.Found a translation function that is missing a text-domain. Function __, with the arguments "View all posts in %s" in file single.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Read more' in file single.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'All Posts' in file template-footer.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Following Posts' in file template-footer.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Blog' in file template-footer.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'No category.' in file thread-loop.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'No reply yet' in file thread-loop.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Last reply' in file thread-loop.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'by' in file thread-loop.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Want to %s ?' in file thread-loop.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'undo' in file thread-loop.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Approve' in file thread-loop.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Delete' in file thread-loop.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Sticky' in file thread-loop.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Sticky Home' in file thread-loop.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Close' in file thread-loop.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Unclose' in file thread-loop.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Delete' in file thread-loop.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Edit' in file reply-item.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Delete' in file reply-item.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Quote' in file reply-item.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Report' in file reply-item.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Show more replies' in file reply-item.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Liked by' in file reply-item.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Reply' in file reply-item.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "Loading..." in file reply-item.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Reply' in file reply-item.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Cancel' in file reply-item.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Update' in file reply-item.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "Loading..." in file reply-item.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Cancel' in file reply-item.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'joined' in file page-member.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Edit Profile' in file page-member.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Contact me' in file page-member.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Contact' in file page-member.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Social Links' in file page-member.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Statistics' in file page-member.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '0 topics created.' in file page-member.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Loading more threads' in file page-member.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Contact' in file page-member.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Social Links' in file page-member.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Statistics' in file page-member.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'THIS THREAD IS PENDING. YOU CAN APPROVE OR REJECT IT.' in file single-thread.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'THIS THREAD HAS BEEN CLOSED.' in file single-thread.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Updated %s in' in file single-thread.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'No Category' in file single-thread.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Close thread' in file single-thread.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Reopen thread' in file single-thread.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Delete thread' in file single-thread.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Unfollow' in file single-thread.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Follow' in file single-thread.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Edit' in file single-thread.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Quote' in file single-thread.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Report' in file single-thread.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Liked by' in file single-thread.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Reply' in file single-thread.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Click here to start your new topic' in file single-thread.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Please select' in file single-thread.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Show preview' in file single-thread.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Update' in file single-thread.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "Loading..." in file single-thread.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Cancel' in file single-thread.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Loading more replies' in file single-thread.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Click here to start your discussion' in file single-thread.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Show preview' in file single-thread.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Loading...' in file single-thread.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Reply' in file single-thread.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Cancel' in file single-thread.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'YOUR PREVIEW' in file single-thread.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Delete' in file single-thread.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Approve' in file single-thread.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'open' in file page-following.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'You are not following any thread yet.' in file page-following.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Loading more threads' in file page-following.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Back' in file page-change-pass.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Change password' in file page-change-pass.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Old password' in file page-change-pass.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'New password' in file page-change-pass.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Retype' in file page-change-pass.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "Submit" in file page-change-pass.php.Found a translation function that is missing a text-domain. Function __, with the arguments "View all posts in %s" in file content.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Read more' in file content.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Back' in file page-edit-profile.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'New Look' in file page-edit-profile.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Change password' in file page-edit-profile.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'About' in file page-edit-profile.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Profile Setting' in file page-edit-profile.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Your display name' in file page-edit-profile.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'e.g. John Smith' in file page-edit-profile.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Location' in file page-edit-profile.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'e.g. Vietnam' in file page-edit-profile.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Your email' in file page-edit-profile.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'e.g. [email protected]' in file page-edit-profile.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Your phone' in file page-edit-profile.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'e.g. 0123 456 789' in file page-edit-profile.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Click here to show your email and phone' in file page-edit-profile.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Social Setting' in file page-edit-profile.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Submit' in file page-edit-profile.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'open' in file taxonomy-thread_category.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'No topic has been created yet.' in file taxonomy-thread_category.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Create the first one' in file taxonomy-thread_category.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Loading more threads' in file taxonomy-thread_category.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'open' in file page-pending.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'No pending thread found.' in file page-pending.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Loading more threads' in file page-pending.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Login or Join' in file header.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Search...' in file header.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Profile' in file header.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Logout' in file header.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'new password' in file page-reset-password.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Type your new password on the fields below' in file page-reset-password.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'New password' in file page-reset-password.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Retype' in file page-reset-password.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'ALL POSTS' in file 404.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Following' in file 404.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'PENDING POSTS' in file 404.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'page not found' in file 404.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "Looks like something's wrong here. The page you were looking for is not here." in file 404.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Back to Home' in file 404.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Previous Page' in file 404.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Facebook' in file footer.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Google+' in file footer.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Twitter' in file footer.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Rss' in file footer.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Mail' in file footer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'View all %s results' in file footer.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'View all results' in file footer.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'No results found' in file footer.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Your account has been confirmed successfully!" in file footer.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Please log into your account to view this thread" in file footer.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'No post has been created yet.' in file index.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Create the first one' in file index.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Loading more posts' in file index.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Thread category' in file options.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s color has been updated' in file options.php.Found a translation function that is missing a text-domain. Function __, with the arguments "An error has occurred!" in file options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Thread category' in file options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'There is an error occurred' in file options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You cannot delete a parent category. You need to delete its sub-categories first.' in file options.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Can't delete category" in file options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Category name is required' in file options.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Cannot find category" in file options.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'There is an error occurred' in file options.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Add a category' in file options.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Add sub tax for this tax' in file options.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Move jobs to' in file options.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "Accept" in file options.php.Found a translation function that is missing a text-domain. Function __, with the arguments "There's a new thread waiting for your confirmation." in file front.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Home' in file front.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No Category' in file front.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Home' in file front.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Blog' in file front.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Please fill out all fields required." in file front.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Please enter your user name." in file front.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Please enter a valid email address." in file front.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Please enter a valid username." in file front.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Please enter the same password as above." in file front.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Please enter a valid URL." in file front.php.Found a translation function that is missing a text-domain. Function __, with the arguments "You must accept the term & privacy." in file front.php.Found a translation function that is missing a text-domain. Function __, with the arguments "You have made some changes which you might want to save." in file front.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Are you sure want to delete this thread?" in file front.php.Found a translation function that is missing a text-domain. Function __, with the arguments "You must log in to follow this thread" in file front.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Hide Preview" in file front.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Show Preview" in file front.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Create Topic" in file front.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Upload Images" in file front.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Insert Codes" in file front.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Insert Link" in file front.php.Found a translation function that is missing a text-domain. Function __, with the arguments "No file chosen." in file front.php.Found a translation function that is missing a text-domain. Function __, with the arguments "You need to sign into your account view this thread." in file front.php.Found a translation function that is missing a text-domain. Function __, with the arguments "You need to verify your account before creating new threads/replies." in file front.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Quote" in file front.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Congratulations! Your account has been confirmed successfully." in file front.php.Found a translation function that is missing a text-domain. Function __, with the arguments "You need to verify your account before creating new threads/replies." in file front.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'An error occur when created thread.' in file front.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Thread has been created successfully.' in file front.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Read more' in file front.php.Found a translation function that is missing a text-domain. Function __, with the arguments "View all posts in %s" in file front.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Updated %s' in file front.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No category' in file front.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Last reply' in file front.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'by' in file front.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No reply yet' in file front.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Want to %s ?' in file front.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'undo' in file front.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Approve' in file front.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Delete' in file front.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Close' in file front.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Unclose' in file front.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Delete' in file front.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Updated %s' in file front.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No category' in file front.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Last reply' in file front.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'by' in file front.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No reply yet' in file front.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'APPROVE' in file front.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'REJECT' in file front.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Thread not found" in file front.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Reply not found" in file front.php.Found a translation function that is missing a text-domain. Function __, with the arguments "You can't edit this post anymore!" in file front.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Updated %s in' in file front.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Liked by' in file front.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Reply' in file front.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Reply' in file front.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Cancel' in file front.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Update' in file front.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Show preview' in file front.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Edit' in file front.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Delete' in file front.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Report' in file front.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Quote' in file front.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Update' in file front.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Cancel' in file front.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Edit' in file front.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Delete' in file front.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Quote' in file front.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Show more replies' in file front.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Report' in file front.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Update' in file front.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Cancel' in file front.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Edit' in file front.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Delete' in file front.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Quote' in file front.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Report' in file front.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Show more replies' in file front.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Security error!' in file front.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Missing image ID' in file front.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Uploaded file not found' in file front.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Image file size is too big. Size must be less than < 1MB.' in file front.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The file was uploaded successfully' in file front.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You must logged in to perform this action' in file front.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Missing argument' in file front.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You must logged in to perform this action' in file front.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Missing argument' in file front.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You have reported successfully' in file front.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Error when reported!' in file front.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Error occurred' in file front.php.Found a translation function that is missing a text-domain. Function __, with the arguments "You need to verify your account before creating new threads/replies." in file front.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Can't find thread!" in file front.php.Found a translation function that is missing a text-domain. Function __, with the arguments "This thread is now sticky in its category list." in file front.php.Found a translation function that is missing a text-domain. Function __, with the arguments "This thread is not sticky anymore." in file front.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Can't find thread!" in file front.php.Found a translation function that is missing a text-domain. Function __, with the arguments "This thread is now also sticky in homepage." in file front.php.Found a translation function that is missing a text-domain. Function __, with the arguments "This thread is not sticky in homepage anymore" in file front.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Can't find thread!" in file front.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Previous action was undone!" in file front.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Can't find thread!" in file front.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Thread approved successfully!" in file front.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Error occurred' in file front.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Reply deleted successfully!" in file front.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Thread deleted successfully!" in file front.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Can't find thread" in file front.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Thread closed successfully!" in file front.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Thread was reopened successfully!" in file front.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Fail!' in file front.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Unknown request' in file front.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Unknow request!' in file front.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Replies' in file admin.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Rely to' in file admin.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'In thread' in file admin.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Key is invalid' in file update.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'A list of your Forum\'s hashtags.' in file widget.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'FE Forum Hashtags' in file widget.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Title:' in file widget.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Number of tags:' in file widget.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'A list of your Forum\'s categories.' in file widget.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'FE Forum Categories' in file widget.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Title:' in file widget.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Drag this widget to Single Thread sidebar to display the list of people taking part in the thread.' in file widget.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'FE People under Discussion' in file widget.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'PEOPLE IN THIS DISCUSSION' in file widget.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Title:' in file widget.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Drag this widget to sidebar to display the statistic of forum.' in file widget.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'FE Forum Statistics' in file widget.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'STATISTICS WIDGET' in file widget.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Title:' in file widget.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Members' in file widget.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Threads' in file widget.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Replies' in file widget.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Drag this widget to any sidebars to display your site\'s total number of members, threads, and replies.' in file widget.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'FE Latest Threads / Hot Topics' in file widget.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'HOT TOPICS' in file widget.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Title:' in file widget.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Number of topics to display:' in file widget.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Latest Threads (sort by date)' in file widget.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Date range:' in file widget.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'All days' in file widget.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Last 7 days' in file widget.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Last 30 days' in file widget.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Drag this widget to sidebar to display the list of top users.' in file widget.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'FE Top Users' in file widget.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'TOP USERS' in file widget.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Title:' in file widget.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Number of users to display:' in file widget.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Drag this widget to single thread sidebars to display the ...' in file widget.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'FE Related Threads' in file widget.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'RELATED TOPICS' in file widget.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Title:' in file widget.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Number of topics to display:' in file widget.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'This widget should be placed in Single Thread Widget only.' in file widget.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Username and password does not matched" in file social_auth.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Username and password does not matched" in file social_auth.php.Found a translation function that is missing a text-domain. Function __, with the arguments "There is an error occurred" in file social_auth.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Login information is missing' in file social_auth.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Please provide a valid email' in file social_auth.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Can't not authenticate user" in file social_auth.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Can't find Social ID" in file social_auth.php.Found a translation function that is missing a text-domain. Function __, with the arguments "This email is already existed. If you are the owner, please enter the right password" in file social_auth.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Username is existed, please choose another one' in file social_auth.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Can't find Social ID" in file social_auth.php.Found a translation function that is missing a text-domain. Function __, with the arguments "SIGN IN WITH TWITTER" in file social_auth.php.Found a translation function that is missing a text-domain. Function __, with the arguments "This seems to be your first time signing in using your Twitter account.If you already have an account , please log in using the form below to link it to your Twitter account. Otherwise, please enter an email address and a password on the form, and a username on the next page to create an account.You will only do this step ONCE. Next time, you'll get logged in right away." in file social_auth.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Please provide a username to continue" in file social_auth.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Error Receiving Request Token" in file social_auth.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'SIGN IN WITH FACEBOOK' in file social_auth.php.Found a translation function that is missing a text-domain. Function __, with the arguments "This seems to be your first time signing in using your Facebook account.If you already have an account, please log in using the form below to link it to your Facebook account. Otherwise, please enter an email address and a password on the form, and a username on the next page to create an account.You will only do this step ONCE. Next time, you'll get logged in right away." in file social_auth.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Please provide a username to continue" in file social_auth.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Please login by using your Facebook account again!' in file social_auth.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You have logged in successfully' in file social_auth.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'SIGN IN WITH GOOGLE+' in file social_auth.php.Found a translation function that is missing a text-domain. Function __, with the arguments "This seems to be your first time signing in using your Google+ account.If you already have an account, please log in using the form below to link it to your Google account. Otherwise, please enter an email address and a password on the form, and a username on the next page to create an account.You will only do this step ONCE. Next time, you'll get logged in right away." in file social_auth.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Please provide a username to continue" in file social_auth.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Please login by using your Google plus account again!' in file social_auth.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Please login by using your Google plus account again!' in file social_auth.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You have logged in successfully' in file social_auth.php.Found a translation function that is missing a text-domain. Function __, with the arguments "There's a new report." in file theme.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Report Information' in file theme.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Page %s' in file theme.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'New Thread' in file theme.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'There\'s a new post, why don\'t you give a look at' in file theme.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'New Reply' in file theme.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'There\'s a new reply, why don\'t you give a look at' in file theme.php.Found a translation function that is missing a text-domain. Function __, with the arguments '[New Reply] Your thread %s has a new reply.' in file theme.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Password updated successfully!' in file theme.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Congratulations! You have successfully registered to %s." in file theme.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Following Threads' in file theme.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Pending Threads' in file theme.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Edit Profile' in file theme.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Change Password' in file theme.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Create New Password' in file theme.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Authentication' in file theme.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Member' in file theme.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Terms & Conditions' in file theme.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Menu display on header' in file theme.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Menu display on the footer' in file theme.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Closed' in file theme.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'Closed <span class="count">(%s)</span>', 'Closed <span class="count">(%s)</span>' in file theme.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Homepage Sidebar' in file theme.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Display widgets in homepage's sidebar" in file theme.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Single Thread Sidebar' in file theme.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Display widgets in single thread's sidebar" in file theme.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Single Post Sidebar' in file theme.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Display widgets in single post's sidebar" in file theme.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Blog Sidebar' in file theme.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Display widgets in blog's sidebar" in file theme.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'All Pages Sidebar' in file theme.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Displays widgets in every page's sidebar" in file theme.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Reports' in file theme.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Report' in file theme.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Add New' in file theme.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Add New Report' in file theme.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Edit Report' in file theme.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'New Report' in file theme.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'All Reports' in file theme.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'View Report' in file theme.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Search Reports' in file theme.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No Reports found' in file theme.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No Reports found in Trash' in file theme.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Reports' in file theme.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Reports Type' in file theme.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Report Type' in file theme.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Search Reports Type' in file theme.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Popular Reports Type' in file theme.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'All Reports Type' in file theme.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Edit Report Type' in file theme.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Update Report Type' in file theme.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Add New Report Type' in file theme.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'New Report Type Name' in file theme.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Separate Reports Type with commas' in file theme.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Add or remove Reports Type' in file theme.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Choose from the most used Reports Type' in file theme.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No Reports Type found.' in file theme.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Report Type' in file theme.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Moderator' in file theme.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'View all {{count}} results' in file theme.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'From' in file theme.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'There was a problem with your upload.' in file theme.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Image\'s size upload must be less than 1MB!' in file theme.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No Category' in file theme.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Missing Author' in file threads.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Thread not found!' in file threads.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Threads' in file threads.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Thread' in file threads.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Add New' in file threads.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Add New Thread' in file threads.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Edit Thread' in file threads.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'New Thread' in file threads.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'All Threads' in file threads.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'View Thread' in file threads.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Search Threads' in file threads.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No threads found' in file threads.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No threads found in Trash' in file threads.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Threads' in file threads.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Thread Categories' in file threads.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Category' in file threads.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Search Categories' in file threads.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'All Categories' in file threads.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Parent Category' in file threads.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Parent Category:' in file threads.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Edit Category' in file threads.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Update Category' in file threads.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Add New Category' in file threads.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'New Category Name' in file threads.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Category' in file threads.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Tags', 'taxonomy general name' in file threads.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Tag', 'taxonomy singular name' in file threads.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Search Tags' in file threads.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Popular Tags' in file threads.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'All Tags' in file threads.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Edit Tag' in file threads.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Update Tag' in file threads.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Add New Tag' in file threads.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'New Tag Name' in file threads.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Separate tags with commas' in file threads.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Add or remove tags' in file threads.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Choose from the most used tags' in file threads.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No tags found.' in file threads.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Tags' in file threads.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Required Log In' in file threads.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Permission Denied!" in file threads.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Updated %s in' in file threads.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You can not insert HTML tag to Thread title.' in file threads.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Category must not empty' in file threads.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Category doest not exist' in file threads.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Title must not empty' in file threads.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Permission denied' in file threads.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Thread Information' in file threads.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Replies' in file threads.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Reply' in file threads.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Add New' in file threads.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Add New Reply' in file threads.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Edit Reply' in file threads.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'New Reply' in file threads.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'All Replies' in file threads.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'View Reply' in file threads.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Search Replies' in file threads.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No replies found' in file threads.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No replies found in Trash' in file threads.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Replies' in file threads.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Permission Denied!" in file threads.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Login Required' in file threads.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Thread Information' in file threads.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Member not found' in file members.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You have been banned from %s' in file members.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Please enter all required information to reset your password.' in file members.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Confirmed password does not matched' in file members.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Old password is not correct.' in file members.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your new password cannot be empty.' in file members.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your password was changed! Please login again!' in file members.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your login information was incorrect. Please try again.' in file members.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You have been banned from discussion, please contact our staff for more information.' in file members.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You have logged in successfully' in file members.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your login information was incorrect. Please try again.' in file members.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You have logged out' in file members.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'There is an error occurred' in file members.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Missing image ID' in file members.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Missing user data' in file members.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Security error!' in file members.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'User logo has been uploaded successfully!' in file members.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Problem occurred while updating user field' in file members.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Uploaded file not found' in file members.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You have registered an account successfully but are not able to join the discussions yet. Please confirm your email address first.' in file members.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You are registered and logged in successfully.' in file members.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Please check your email inbox to reset password.' in file members.php.Found a translation function that is missing a text-domain. Function __, with the arguments "This user is not found." in file members.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Invalid Key" in file members.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Please enter your new password" in file members.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your password has been changed. Please log in again.' in file members.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Login required' in file members.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'New Private Message From ' in file members.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hi' in file members.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'in' in file members.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Sincerely' in file members.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You have just received the following message from user' in file members.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Email sending failed.' in file members.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Message was sent successfully.' in file members.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Login required' in file members.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Error occurred' in file members.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You have started following this thread.' in file members.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You have stopped following this thread.' in file members.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No result found' in file members.php.Found a translation function that is missing a text-domain. Function __, with the arguments "You don't have permission" in file members.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Fail to update user permission" in file members.php.Found a translation function that is missing a text-domain. Function __, with the arguments "You don't have permission" in file members.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Required user ID." in file members.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'User has been confirmed' in file members.php.Found a translation function that is missing a text-domain. Function __, with the arguments "You don't have permission" in file members.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'User has been banned' in file members.php.Found a translation function that is missing a text-domain. Function __, with the arguments "You don't have permission" in file members.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'User has been unbanned' in file members.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Join on %s' in file members.php.Found a translation function that is missing a text-domain. Function __, with the arguments '1 Day' in file members.php.Found a translation function that is missing a text-domain. Function __, with the arguments '3 Days' in file members.php.Found a translation function that is missing a text-domain. Function __, with the arguments '7 Days' in file members.php.Found a translation function that is missing a text-domain. Function __, with the arguments '15 Days' in file members.php.Found a translation function that is missing a text-domain. Function __, with the arguments '1 Month' in file members.php.Found a translation function that is missing a text-domain. Function __, with the arguments '3 Months' in file members.php.Found a translation function that is missing a text-domain. Function __, with the arguments '6 Months' in file members.php.Found a translation function that is missing a text-domain. Function __, with the arguments '1 Year' in file members.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'There was an error when reading this WXR file' in file parsers.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Details are shown above. The importer will now try again with a different parser...' in file parsers.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'There was an error when reading this WXR file' in file parsers.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'This does not appear to be a WXR file, missing/invalid WXR version number' in file parsers.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'This does not appear to be a WXR file, missing/invalid WXR version number' in file parsers.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'This does not appear to be a WXR file, missing/invalid WXR version number' in file parsers.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'This does not appear to be a WXR file, missing/invalid WXR version number' in file parsers.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s has been deleted!' in file class-object.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Error when trying to add new %s!' in file class-object.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s has been inserted' in file class-object.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s has been updated' in file class-object.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'There is an error occurred' in file class-object.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'There is an error occurred' in file class-object.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Move posts to' in file class-object.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "Accept" in file class-object.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Add a category' in file class-object.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Add sub tax for this tax' in file class-object.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s color has been updated' in file class-object.php.Found a translation function that is missing a text-domain. Function __, with the arguments "An error has occurred!" in file class-object.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Add a job type' in file class-object.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Engine Settings' in file class-admin-menu.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Engine Settings' in file class-admin-menu.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Administration' in file class-admin-menu.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'You are an admin. Here you administrate.' in file class-admin-menu.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Menu' in file class-admin-menu.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Menu' in file class-admin-menu.php.Found a translation function that is missing a text-domain. Function _e, with the arguments in file VG_Welcome.php.Found a translation function that is missing a text-domain. Function _e, with the arguments in file VG_Welcome.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'page_title' in file VG_Welcome.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'File is not exist' in file customization.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'This email address was not found.' in file class-authentication.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Username is invalid' in file class-authentication.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<strong>ERROR</strong>: Enter username or email address.' in file class-authentication.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<strong>ERROR</strong>: There is no user registered with that email address.' in file class-authentication.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<strong>ERROR</strong>: Invalid username or email address.' in file class-authentication.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Password reset is not allowed for this user' in file class-authentication.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Someone requested that the password be reset for the following account:' in file class-authentication.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Username: %s' in file class-authentication.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'If this was a mistake, just ignore this email and nothing will happen.' in file class-authentication.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'To reset your password, visit the following link:' in file class-authentication.php.Found a translation function that is missing a text-domain. Function __, with the arguments '[%s] Password Reset' in file class-authentication.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The email could not be sent.' in file class-authentication.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Possible reason: your host may have disabled the mail() function...' in file class-authentication.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Invalid key' in file class-authentication.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Invalid key' in file class-authentication.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Invalid key' in file class-authentication.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Invalid key' in file class-authentication.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Invalid key' in file class-authentication.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Please fill out the form below ' in file template.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Home' in file template.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Search results for "%s "' in file template.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Posts tagged "%s "' in file template.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Articles posted by %s ' in file template.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Error 404' in file template.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Page' in file template.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Changes are saved successfully." in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Something went wrong! System cause following error <br/> %s" in file customizer.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Color Schemes' in file customizer.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Page Options' in file customizer.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Layout Style' in file customizer.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Left Sidebar' in file customizer.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Right Sidebar' in file customizer.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'One column' in file customizer.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Background patterns' in file customizer.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Colors' in file customizer.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Header Background' in file customizer.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Page Background' in file customizer.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Footer Background' in file customizer.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Action 1' in file customizer.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Action 2' in file customizer.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Content Options' in file customizer.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Heading' in file customizer.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Content' in file customizer.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Save' in file customizer.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Save' in file customizer.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Reset' in file customizer.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Reset' in file customizer.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Activate customization mode' in file customizer.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'ALL POSTS' in file template.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Following' in file template.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'PENDING POSTS' in file template.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'on %s' in file template.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ago' in file template.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s min' in file template.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s min' in file template.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s mins' in file template.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s hour' in file template.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s hour' in file template.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s hours' in file template.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s day' in file template.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s day' in file template.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s days' in file template.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s week' in file template.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s week' in file template.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s weeks' in file template.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s month' in file template.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s month' in file template.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s months' in file template.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s year' in file template.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s year' in file template.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s years' in file template.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'year' in file template.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'month' in file template.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'day' in file template.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'hour' in file template.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'minute' in file template.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'second' in file template.php.Found a translation function that is missing a text-domain. Function __, with the arguments "'s Profile" in file template.php.Found a translation function that is missing a text-domain. Function __, with the arguments "'s Profile" in file template.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Home' in file template.php.Found a translation function that is missing a text-domain. Function __, with the arguments "'s Profile" in file template.php.Found a translation function that is missing a text-domain. Function __, with the arguments "'s Profile" in file template.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Blog' in file template.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Forum Dashboard' in file template.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Overview' in file template.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'User Badges' in file template.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Settings' in file template.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Members' in file template.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "Incorrect please try again" in file google-captcha.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "Enter the words above:" in file google-captcha.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "Enter the numbers you hear:" in file google-captcha.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'No post has been created yet.' in file single.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Create the first one' in file single.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'SIGNING IN WITH TWITTER' in file page-twitter-auth.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Please provide your email for the last step' in file page-twitter-auth.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Settings' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'SETTINGS' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Manage all settings for ForumEngine' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Categories' level is limited to 3" in file settings.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "General" in file settings.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "Socials" in file settings.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "Content" in file settings.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "Email template" in file settings.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "Language" in file settings.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "Update" in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your contents has been updated successfully!' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'There is an error occurred' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Missing image ID' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Security error!' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Branding image has been uploaded successfully' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Error when updating settings.' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Uploaded file not found' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Language is existed' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Language name must not empty' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Type the translation in your language' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Nothing to translate' in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You have updated %s translation(s) successfully.' in file settings.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "Disable" in file settings.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "Enable" in file settings.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Extensions' in file extensions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'EXTENSIONS' in file extensions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Check out these extensions for your forums from EngineThemes' in file extensions.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "Other themes from EngineThemes" in file extensions.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "Check out the other products from our team in 2014" in file extensions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Overview' in file overview.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'OVERVIEW' in file overview.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ForumEngine Overview' in file overview.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Select one' in file overview.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'last 7 days' in file overview.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'last 30 days ' in file overview.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'last 90 days' in file overview.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'last 365 days' in file overview.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Members' in file members.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'MEMBERS' in file members.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'ForumEngine members' in file members.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'All members' in file members.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Administrators' in file members.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Moderators' in file members.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Search members...' in file members.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Members' in file members.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Load more' in file members.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Ban user' in file members.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Ban for' in file members.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Reason' in file members.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Close' in file members.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Submit' in file members.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Banned until %s' in file members.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Unban this user' in file members.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Ban this user' in file members.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Confirm this user' in file members.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'User Badges' in file badges.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'USER BADGES' in file badges.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Manage user badges for ForumEngine' in file badges.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "Enable/Disable User Badges" in file badges.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "Enabling this will allow admins to add badges or titles for different member roles." in file badges.php.Found a translation function that is missing a text-domain. Function __, with the arguments "User Badges" in file badges.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "Manage User Badges" in file badges.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "Enter the badge for each role.Leave it blank if not needed." in file badges.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Option save successfully!' in file badges.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Option save failed!' in file badges.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Enter your license key on Enginethemes.com' in file update.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Enter license key' in file update.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Update the missing contents (e.g. User Likes Count,...)' in file update.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "Thread Categories" in file content.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "Users can filter their thread searches by Thread Categories" in file content.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "Pending threads" in file content.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "Enabling this will make every new thread pending until you review and approve it manually." in file content.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Pending thread" in file content.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "Upload Images" in file content.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "Enabling this will allow users to add images to the thread by direct upload." in file content.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Upload Images" in file content.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "Infinite Scroll" in file content.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "Enabling this will activate the Infinite Scrolling." in file content.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Infinite Scroll" in file content.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "Auto Expand Replies" in file content.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "Enabling this will automatically expand the sub-level replies." in file content.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Auto Expand Replies" in file content.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "Send Mail To User's Following Threads" in file content.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "Enabling this will automatically send email to users who following threads." in file content.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Send Mail To User's Following Threads" in file content.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "Live Notifications" in file content.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "Turn on / off live notifications feature." in file content.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Live Notifications" in file content.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Add sub tax for this tax' in file content.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Add a category' in file content.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Upload Logo' in file general.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Your logo should be in PNG, GIF or JPG format, within <strong>120x70px</strong> and less than <strong>1500Kb</strong>.' in file general.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Browse' in file general.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Upload Mobile Icon' in file general.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'This icon will be used as a launcher icon for iPhone and Android smartphones and also as the website favicon. The image dimensions should be <strong>57x57px</strong>.' in file general.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Browse' in file general.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "Website Title" in file general.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "Enter your website title " in file general.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "Website Description" in file general.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "This description will appear next to your website logo in the header." in file general.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "Copyright Information" in file general.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "This copyright information will appear in the footer." in file general.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "Social Links" in file general.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "Social links are displayed in the footer and in your blog sidebar." in file general.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "Twitter URL" in file general.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "Facebook URL" in file general.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "Google Plus URL" in file general.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "Contact email" in file general.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "Google Analytics" in file general.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "Google analytics is a service offered by Google that generates detailed statistics about the visits to a website." in file general.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "Change Custom Slugs" in file general.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "You can redefine a new slug for thread & reply." in file general.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "Thread Slug" in file general.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "Category Slug" in file general.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "Email Confirmation" in file general.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "Enabling this will require users to confirm their email addresses after registration." in file general.php.Found a translation function that is missing a text-domain. Function __, with the arguments "User Confirmaton" in file general.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "Google captcha" in file general.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "Enabling this will require users to enter captcha when create topic." in file general.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'You can find the API key' in file general.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'here' in file general.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Google captcha" in file general.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "Private key" in file general.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "Public key" in file general.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "Choose the category that you want to enable captcha" in file general.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "Choose user roles that you want to enable captcha" in file general.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "Allow to view" in file general.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "Enabling this will require users log into their account to view thread in category wasn't selected below." in file general.php.Found a translation function that is missing a text-domain. Function __, with the arguments "User view" in file general.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "Choose categories that user can view without login" in file general.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "Authentication Mail Template" in file mailing.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "Email templates for authentication process. You can use placeholders to include some specific content." in file mailing.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "View more details" in file mailing.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "user's details you want to send mail" in file mailing.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "activate link is require for user to renew their pass" in file mailing.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "activate link is require for user to active their account" in file mailing.php.Found a translation function that is missing a text-domain. Function _e, with the arguments " site info, admin email" in file mailing.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "User Register Mail Template" in file mailing.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Toggle Editor' in file mailing.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Reset to default' in file mailing.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "User Confirmation Mail Template" in file mailing.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Toggle Editor' in file mailing.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Reset to default' in file mailing.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "User Confirmationed Mail Template" in file mailing.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Toggle Editor' in file mailing.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Reset to default' in file mailing.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "User Facebook Mail Template" in file mailing.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Toggle Editor' in file mailing.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Reset to default' in file mailing.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "User Twitter Mail Template" in file mailing.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Toggle Editor' in file mailing.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Reset to default' in file mailing.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "Forgot Password Mail Template" in file mailing.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Toggle Editor' in file mailing.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Reset to default' in file mailing.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "Reset Password Mail Template" in file mailing.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Toggle Editor' in file mailing.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Reset to default' in file mailing.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "Following Thread Mail Template" in file mailing.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Toggle Editor' in file mailing.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Reset to default' in file mailing.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "Pending Thread Mail Template" in file mailing.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Toggle Editor' in file mailing.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Reset to default' in file mailing.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "Ban member Mail Template" in file mailing.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Toggle Editor' in file mailing.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Reset to default' in file mailing.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "Report Mail Template" in file mailing.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Toggle Editor' in file mailing.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Reset to default' in file mailing.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "Twitter API" in file social-api.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "Enabling this will allow users to login via Twitter." in file social-api.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Twitter Login" in file social-api.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "Twitter API key" in file social-api.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "Twitter Consumer Key" in file social-api.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "Twitter Consumer Secret" in file social-api.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "Facebook API" in file social-api.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "Enabling this will allow users to login via Facebook." in file social-api.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Facebook Login" in file social-api.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "Facebook API for authentication" in file social-api.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "Facebook Application ID" in file social-api.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "Facebook Applicatin Secret" in file social-api.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "Google+ API" in file social-api.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "Enabling this will allow users to login via Google+.<br> You can find API" in file social-api.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "here" in file social-api.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Google+ Login" in file social-api.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "Client ID for web application" in file social-api.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "Client ID" in file social-api.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "Secret word" in file social-api.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Website Language' in file language.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Add a new language' in file language.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "Enter the language's name" in file language.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Add language' in file language.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Cancel' in file language.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Translator' in file language.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Translate a language' in file language.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Choose a Language' in file language.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Save' in file language.php.
  4. Plugin territory : Plugin territory functionalitiesThe theme uses the register_post_type() function, which is plugin-territory functionality.The theme uses the add_shortcode() function. Custom post-content shortcodes are plugin-territory functionality.
  5. Unwanted directories : GIT revision control directoryA.git was found.
  6. Unwanted directories : SVN revision control directoryA.svn was found.
  7. Fundamental theme elements : Presence of wp_link_pages()Could not find wp_link_pages.
  8. Comment reply : Declaration of comment replyCould not find the comment-reply script enqueued, however a reference to 'comment-reply' was found. Make sure that the comment-reply js script is being enqueued properly on singular pages.
  9. Custom elements : Presence of custom headerNo reference to custom header was found in the theme.
  10. Custom elements : Presence of custom backgroundNo reference to custom background was found in the theme.
  11. Editor style : Presence of editor styleNo reference to add_editor_style() was found in the theme. It is recommended that the theme implements editor styling, so as to make the editor content match the resulting post output in the theme, for a better user experience.
  12. I18N implementation : Proper use of _e(Possible variable $this found in translation function in VG_Welcome.php. Translation function calls should not contain PHP variables. Possible variable $this found in translation function in VG_Welcome.php. Translation function calls should not contain PHP variables. Possible variable $page found in translation function in VG_Welcome.php. Translation function calls should not contain PHP variables. Possible variable $str found in translation function in lessc.inc.php. Translation function calls should not contain PHP variables. Possible variable $arg found in translation function in lessc.inc.php. Translation function calls should not contain PHP variables. Possible variable $items found in translation function in lessc.inc.php. Translation function calls should not contain PHP variables. Possible variable $string found in translation function in lessc.inc.php. Translation function calls should not contain PHP variables. Possible variable $val found in translation function in lessc.inc.php. Translation function calls should not contain PHP variables. Possible variable $key found in translation function in lessc.inc.php. Translation function calls should not contain PHP variables. Possible variable $part found in translation function in lessc.inc.php. Translation function calls should not contain PHP variables. Possible variable $this found in translation function in lessc.inc.php. Translation function calls should not contain PHP variables.
  13. I18N implementation : Proper use of gettext(Possible variable $project found in translation function in makepot.php. Translation function calls should not contain PHP variables. Possible variable $project found in translation function in makepot.php. Translation function calls should not contain PHP variables. Possible variable $dir found in translation function in makepot.php. Translation function calls should not contain PHP variables. Possible variable $dir found in translation function in makepot.php. Translation function calls should not contain PHP variables. Possible variable $dir found in translation function in makepot.php. Translation function calls should not contain PHP variables. Possible variable $dir found in translation function in makepot.php. Translation function calls should not contain PHP variables. Possible variable $dir found in translation function in makepot.php. Translation function calls should not contain PHP variables. Possible variable $dir found in translation function in makepot.php. Translation function calls should not contain PHP variables. Possible variable $dir found in translation function in makepot.php. Translation function calls should not contain PHP variables. Possible variable $file_name found in translation function in languages.php. Translation function calls should not contain PHP variables.
  14. Featured image : Use of the_post_thumbnail() instead of custom fields for thumbnailsNo reference to the_post_thumbnail was found in the theme.
  15. CSS files : Presence of text domainText Domain: is missing from your style.css header.
  16. Date and time implementation : Use of the_time()At least one hard coded date was found in the file page-term-condition.php. Function get_option( 'date_format' ) should be used instead.At least one hard coded date was found in the file single.php. Function get_option( 'date_format' ) should be used instead.At least one hard coded date was found in the file page.php. Function get_option( 'date_format' ) should be used instead.At least one hard coded date was found in the file content.php. Function get_option( 'date_format' ) should be used instead.At least one hard coded date was found in the file template.php. Function get_option( 'date_format' ) should be used instead.
  17. Screenshot : Screenshot fileScreenshot dimensions are wrong! Detected: 860x657px (860:657). Ratio of width to height should be 4:3.Screenshot size is 860x657px. Screenshot size should be 1200x900, to account for HiDPI displays. Any 4:3 image size is acceptable, but 1200x900 is preferred.Bad screenshot file extension ! File screenshot.png is not an actual PNG file. Detected type was : "image/jpeg".
Tip-off
  1. Static links : Presence of hard-coded linksPossible hard-coded links were found in the file class-admin-menu.php.248: <a href='http://www.enginethemes.com/'> Powered by <img src='<?php echo FRAMEWORK_UR
  2. Optional files : Presence of rtl stylesheet rtl.cssThis theme does not contain optional file rtl.php.
  3. Optional files : Presence of front page template file front-page.phpThis theme does not contain optional file front-page.php.
  4. Optional files : Presence of home template file home.phpThis theme does not contain optional file home.php.
  5. Optional files : Presence of category template file category.phpThis theme does not contain optional file category.php.
  6. Optional files : Presence of term template file taxonomy.phpThis theme does not contain optional file taxonomy.php.
  7. Optional files : Presence of date/time template file date.phpThis theme does not contain optional file date.php.
  8. Optional files : Presence of archive template file archive.phpThis theme does not contain optional file archive.php.
  9. Optional files : Presence of attachment template file attachment.phpThis theme does not contain optional file attachment.php.
  10. Optional files : Presence of image template file image.phpThis theme does not contain optional file image.php.
  11. Use of includes : Use of include or requireThe theme appears to use include or require : twitteroauth.php 10: require_once('OAuth.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : pot-ext-meta.php 11: require_once 'makepot.php'; If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : makepot.php 2: require_once 'not-gettexted.php';3: require_once 'pot-ext-meta.php';4: require_once 'extract/extract.php'; If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : cron-svn-pots.php 2: require_once 'makepot.php'; If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : theme.php 775: require_once(ABSPATH . 'wp-admin' . '/includes/file.php');776: require_once(ABSPATH . 'wp-admin' . '/includes/image.php'); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : bootstrap.php 56: require_once( FRAMEWORK_PATH . '/' . $file . '.php' );61: require_once( FRAMEWORK_PATH . '/' . $folder . '/' . $file . '.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : autoload.php 10: require_once ( $class_name . '.php');12: If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : aExample.php 1: <?php require_once 'autoload.php'; ?> If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
Other checked themes