Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
drupal.org
better_formats
Commits
548e29e9
Commit
548e29e9
authored
Jan 17, 2009
by
dragonwize
Browse files
#360129 by chellman - Removed format label from defaults areas for better readability
parent
ee83d130
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
better_formats.module
better_formats.module
+0
-1
No files found.
better_formats.module
View file @
548e29e9
...
...
@@ -713,7 +713,6 @@ function better_formats_get_role_default_fields($mode, $node_type = '') {
);
$form
[
$key
][
'format'
]
=
array
(
'#type'
=>
'select'
,
'#title'
=>
t
(
'Format'
),
'#options'
=>
$format_options
[
$role
->
rid
],
'#default_value'
=>
$role
->
format
,
'#attributes'
=>
array
(
'class'
=>
'bf-default-formats'
),
...
...
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