diff options
author | Vinny <vinny@suportephpbb.com.br> | 2017-02-28 05:26:20 -0300 |
---|---|---|
committer | Vinny <vinny@suportephpbb.com.br> | 2017-02-28 05:26:20 -0300 |
commit | 8227289eccab822481fa3142ed65944c5f691a61 (patch) | |
tree | 8c847ee29fd6453d3f18b59f1265da00ec8e35cc /phpBB/language/en/help | |
parent | 16e79d00d1766e4151e8be4b1ef95de741a746e2 (diff) | |
download | forums-8227289eccab822481fa3142ed65944c5f691a61.tar forums-8227289eccab822481fa3142ed65944c5f691a61.tar.gz forums-8227289eccab822481fa3142ed65944c5f691a61.tar.bz2 forums-8227289eccab822481fa3142ed65944c5f691a61.tar.xz forums-8227289eccab822481fa3142ed65944c5f691a61.zip |
[ticket/14732] Remove PHP Code syntax highlighting references
PHPBB3-14732
Diffstat (limited to 'phpBB/language/en/help')
-rw-r--r-- | phpBB/language/en/help/bbcode.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/help/bbcode.php b/phpBB/language/en/help/bbcode.php index dc39749963..aa5bc1666a 100644 --- a/phpBB/language/en/help/bbcode.php +++ b/phpBB/language/en/help/bbcode.php @@ -52,7 +52,7 @@ $lang = array_merge($lang, array( 'HELP_BBCODE_OTHERS_CUSTOM_ANSWER' => 'If you are an administrator on this board and have the proper permissions, you can add further BBCodes through the Custom BBCodes section.', 'HELP_BBCODE_OTHERS_CUSTOM_QUESTION' => 'Can I add my own tags?', - 'HELP_BBCODE_QUOTES_CODE_ANSWER' => 'If you want to output a piece of code or in fact anything that requires a fixed width, e.g. Courier type font you should enclose the text in <strong>[code][/code]</strong> tags, e.g.<br /><br /><strong>[code]</strong>echo "This is some code";<strong>[/code]</strong><br /><br />All formatting used within <strong>[code][/code]</strong> tags is retained when you later view it. PHP syntax highlighting can be enabled using <strong>[code=php][/code]</strong> and is recommended when posting PHP code samples as it improves readability.', + 'HELP_BBCODE_QUOTES_CODE_ANSWER' => 'If you want to output a piece of code or in fact anything that requires a fixed width, e.g. Courier type font you should enclose the text in <strong>[code][/code]</strong> tags, e.g.<br /><br /><strong>[code]</strong>echo "This is some code";<strong>[/code]</strong><br /><br />All formatting used within <strong>[code][/code]</strong> tags is retained when you later view it.', 'HELP_BBCODE_QUOTES_CODE_QUESTION' => 'Outputting code or fixed width data', 'HELP_BBCODE_QUOTES_TEXT_ANSWER' => 'There are two ways you can quote text, with a reference or without.<ul><li>When you utilise the Quote function to reply to a post on the board you should notice that the post text is added to the message window enclosed in a <strong>[quote=""][/quote]</strong> block. This method allows you to quote with a reference to a person or whatever else you choose to put! For example to quote a piece of text Mr. Blobby wrote you would enter:<br /><br /><strong>[quote="Mr. Blobby"]</strong>The text Mr. Blobby wrote would go here<strong>[/quote]</strong><br /><br />The resulting output will automatically add "Mr. Blobby wrote:" before the actual text. Remember you <strong>must</strong> include the quotation marks "" around the name you are quoting, they are not optional.</li><li>The second method allows you to blindly quote something. To utilise this enclose the text in <strong>[quote][/quote]</strong> tags. When you view the message it will simply show the text within a quotation block.</li></ul>', 'HELP_BBCODE_QUOTES_TEXT_QUESTION' => 'Quoting text in replies', |