Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
ff5f9c9c
Commit
ff5f9c9c
authored
Mar 04, 2006
by
Dries
Browse files
- Patch
#52341
by m3avrck: corrected phpdoc.
parent
9c7c23c8
Changes
2
Hide whitespace changes
Inline
Side-by-side
modules/filter.module
View file @
ff5f9c9c
...
...
@@ -744,10 +744,12 @@ function check_markup($text, $format = FILTER_FORMAT_DEFAULT, $check = TRUE) {
/**
* Generate a selector for choosing a format in a form.
*
* @param $name
* The internal name used to refer to the form element.
* @param $value
* The ID of the format that is currently selected.
* @param $weight
* The weight of the input format.
* @param $parents
* Required when defining multiple input formats on a single node or having a different parent than 'format'.
* @return
* HTML for the form element.
*/
...
...
modules/filter/filter.module
View file @
ff5f9c9c
...
...
@@ -744,10 +744,12 @@ function check_markup($text, $format = FILTER_FORMAT_DEFAULT, $check = TRUE) {
/**
* Generate a selector for choosing a format in a form.
*
* @param $name
* The internal name used to refer to the form element.
* @param $value
* The ID of the format that is currently selected.
* @param $weight
* The weight of the input format.
* @param $parents
* Required when defining multiple input formats on a single node or having a different parent than 'format'.
* @return
* HTML for the form element.
*/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment