mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/12060] Fix a core typo in display_custom_bbcodes doc block
PHPBB3-12060
This commit is contained in:
parent
feb4ae13f4
commit
02ddc181d6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
* 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()
|
function display_custom_bbcodes()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue