Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
X
xbbcode
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
xbbcode
Commits
67a413b4
Commit
67a413b4
authored
12 years ago
by
Chris Burschka
Browse files
Options
Downloads
Patches
Plain Diff
#1917818
: 3/3 Add type to the xbbcode filter.
parent
84dc08fb
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
xbbcode.module
+1
-0
1 addition, 0 deletions
xbbcode.module
with
1 addition
and
0 deletions
xbbcode.module
+
1
−
0
View file @
67a413b4
...
...
@@ -76,6 +76,7 @@ function xbbcode_menu() {
function
xbbcode_filter_info
()
{
$filters
[
'xbbcode'
]
=
array
(
'title'
=>
t
(
'Extensible BBCode'
),
'type'
=>
FILTER_TYPE_MARKUP_LANGUAGE
,
'description'
=>
t
(
'Renders standard and custom BBCode tags into HTML code.'
),
'process callback'
=>
'xbbcode_filter_process'
,
'settings callback'
=>
'xbbcode_filter_settings'
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment