Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
d6c908a3
Commit
d6c908a3
authored
Dec 19, 2007
by
Gábor Hojtsy
Browse files
#202026
by marco.robotangel, keith.smith: avoid tech language in connection to feeds
parent
e377c8c2
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/system/system.admin.inc
View file @
d6c908a3
...
...
@@ -1393,17 +1393,17 @@ function system_rss_feeds_settings() {
$form
[
'feed_default_items'
]
=
array
(
'#type'
=>
'select'
,
'#title'
=>
t
(
'Number of items
per
feed'
),
'#title'
=>
t
(
'Number of items
in each
feed'
),
'#default_value'
=>
variable_get
(
'feed_default_items'
,
10
),
'#options'
=>
drupal_map_assoc
(
array
(
1
,
2
,
3
,
4
,
5
,
6
,
7
,
8
,
9
,
10
,
15
,
20
,
25
,
30
)),
'#description'
=>
t
(
'
The d
efault number of items to include in
a
feed.'
)
'#description'
=>
t
(
'
D
efault number of items to include in
each
feed.'
)
);
$form
[
'feed_item_length'
]
=
array
(
'#type'
=>
'select'
,
'#title'
=>
t
(
'
Display of XML feed items
'
),
'#title'
=>
t
(
'
Feed content
'
),
'#default_value'
=>
variable_get
(
'feed_item_length'
,
'teaser'
),
'#options'
=>
array
(
'title'
=>
t
(
'Titles only'
),
'teaser'
=>
t
(
'Titles plus teaser'
),
'fulltext'
=>
t
(
'Full text'
)),
'#description'
=>
t
(
'Global setting for the
length of XML feed items that are output by default
.'
)
'#description'
=>
t
(
'Global setting for the
default display of content items in each feed
.'
)
);
return
system_settings_form
(
$form
);
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment