PluginProbe
Super RSS Reader – Add attractive RSS Feed Widget / 4.7
Super RSS Reader – Add attractive RSS Feed Widget v4.7
trunk 0.8 2.0 2.1 2.2 2.3 2.4 2.5 2.6 2.7 2.8 3.0 3.1 3.2 4.0 4.0.1 4.1 4.2 4.3 4.4 4.4.1 4.5 4.6 4.7 4.8 All 33 releases
← All changes | includes/options.php +18 -1 4.34.7 View file →
@@ -66,12 +66,17 @@
66 66 'date_format' => array(
67 67 'default' => 'j F Y',
68 68 'description' => __( 'The format of the feed item date.', 'super-rss-reader' )
69 69 ),
70 + 'date_timezone' => array(
71 + 'default' => 'UTC',
72 + 'description' => __( 'The timezone of the feed item date.', 'super-rss-reader' )
73 + ),
70 74 'order_by' => array(
71 - 'default' => 'date',
75 + 'default' => 'default',
72 76 'description' => __( 'The order of the feed', 'super-rss-reader' ),
73 77 'options' => array(
78 + 'default' => __( 'Default', 'super-rss-reader' ),
74 79 'date' => __( 'Date', 'super-rss-reader' ),
75 80 'date_reverse' => __( 'Date reverse', 'super-rss-reader' ),
76 81 'random' => __( 'Random', 'super-rss-reader' )
77 82 )
@@ -87,8 +92,16 @@
87 92 0 => __( 'Normal description', 'super-rss-reader' ),
88 93 1 => __( 'Rich description', 'super-rss-reader' )
89 94 )
90 95 ),
96 + 'desc_type' => array(
97 + 'default' => 'summary',
98 + 'description' => __( 'Type of description to prefer', 'super-rss-reader' ),
99 + 'options' => array(
100 + 'summary' => __( 'Summary', 'super-rss-reader' ),
101 + 'full_content' => __( 'Full content', 'super-rss-reader' )
102 + )
103 + ),
91 104 'add_nofollow' => array(
92 105 'default' => 1,
93 106 'description' => __( 'Add "nofollow" attribute to feed links.', 'super-rss-reader' ),
94 107 'options' => array(
@@ -119,8 +132,12 @@
119 132 ),
120 133 'thumbnail_default' => array(
121 134 'default' => '',
122 135 'description' => __( 'The URL of the default thumbnail image if not present. Leave empty to not display any thumbnail.', 'super-rss-reader' )
136 + ),
137 + 'no_feed_text' => array(
138 + 'default' => __( 'No items', 'super-rss-reader' ),
139 + 'description' => __( 'Text to display when there are no feed items', 'super-rss-reader' )
123 140 ),
124 141 'color_style' => array(
125 142 'default' => 'none',
126 143 'description' => __( 'The style of the feed display.', 'super-rss-reader' ),