1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-26 21:15:21 +02:00

[ticket/12060] Fix a core typo in display_custom_bbcodes doc block

PHPBB3-12060
This commit is contained in:
Matt Friedman
2013-12-04 16:46:28 -08:00
parent feb4ae13f4
commit 02ddc181d6

View File

@ -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()
{