Allow what_to_show to be overridden.
git-svn-id: https://develop.svn.wordpress.org/trunk@1307 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
0effeb2048
commit
50eda3dbdd
@ -109,7 +109,8 @@ if (isset($doing_rss) && $doing_rss == 1)
|
||||
$posts_per_page=get_settings('posts_per_rss');
|
||||
if (!isset($posts_per_page) || $posts_per_page == 0)
|
||||
$posts_per_page = get_settings('posts_per_page');
|
||||
$what_to_show = get_settings('what_to_show');
|
||||
if (!isset($what_to_show))
|
||||
$what_to_show = get_settings('what_to_show');
|
||||
$archive_mode = get_settings('archive_mode');
|
||||
$use_gzipcompression = get_settings('gzipcompression');
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user