diff options
author | Jonathan Stanley <shs@users.sourceforge.net> | 2007-05-17 14:10:32 +0000 |
---|---|---|
committer | Jonathan Stanley <shs@users.sourceforge.net> | 2007-05-17 14:10:32 +0000 |
commit | 1ade9361894fe686e155f9b026dff6d5818f0538 (patch) | |
tree | 8cd36a32800a377367ae645cc1ff822850e5878a /phpBB/language/en | |
parent | fbd741606055ed75c0ff1bc2a110d880cad4cbd4 (diff) | |
download | forums-1ade9361894fe686e155f9b026dff6d5818f0538.tar forums-1ade9361894fe686e155f9b026dff6d5818f0538.tar.gz forums-1ade9361894fe686e155f9b026dff6d5818f0538.tar.bz2 forums-1ade9361894fe686e155f9b026dff6d5818f0538.tar.xz forums-1ade9361894fe686e155f9b026dff6d5818f0538.zip |
#10946
git-svn-id: file:///svn/phpbb/trunk@7617 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en')
-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 fb1caebd28..3f8d6875ca 100644 --- a/phpBB/language/en/help_bbcode.php +++ b/phpBB/language/en/help_bbcode.php @@ -60,7 +60,7 @@ $help = array( ), array( 0 => 'Outputting code or fixed width data', - 1 => 'If you want to output a piece of code or in fact anything that requires a fixed width, eg. Courier type font you should enclose the text in <strong>[code][/code]</strong> tags, eg.<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.' + 1 => 'If you want to output a piece of code or in fact anything that requires a fixed width, eg. Courier type font you should enclose the text in <strong>[code][/code]</strong> tags, eg.<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.' ), array( 0 => '--', |