diff options
| author | Matt Friedman <maf675@gmail.com> | 2013-12-04 16:46:28 -0800 |
|---|---|---|
| committer | Matt Friedman <maf675@gmail.com> | 2013-12-04 16:46:28 -0800 |
| commit | 02ddc181d66e91357c5ee4132cc19187680109ff (patch) | |
| tree | eb48d23b63041c08be652e9e3d344c9befd4fa69 /phpBB/includes/functions_display.php | |
| parent | feb4ae13f4415ceb759d0c5e8c7be47213e3fc53 (diff) | |
| download | forums-02ddc181d66e91357c5ee4132cc19187680109ff.tar forums-02ddc181d66e91357c5ee4132cc19187680109ff.tar.gz forums-02ddc181d66e91357c5ee4132cc19187680109ff.tar.bz2 forums-02ddc181d66e91357c5ee4132cc19187680109ff.tar.xz forums-02ddc181d66e91357c5ee4132cc19187680109ff.zip | |
[ticket/12060] Fix a core typo in display_custom_bbcodes doc block
PHPBB3-12060
Diffstat (limited to 'phpBB/includes/functions_display.php')
| -rw-r--r-- | phpBB/includes/functions_display.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions_display.php b/phpBB/includes/functions_display.php index f2d76cfd73..e0bf6786e1 100644 --- a/phpBB/includes/functions_display.php +++ b/phpBB/includes/functions_display.php @@ -919,7 +919,7 @@ function topic_status(&$topic_row, $replies, $unread_topic, &$folder_img, &$fold /** * Assign/Build custom bbcodes for display in screens supporting using of bbcodes -* The custom bbcodes buttons will be placed within the template block 'custom_codes' +* The custom bbcodes buttons will be placed within the template block 'custom_tags' */ function display_custom_bbcodes() { |
