<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!--
#msg dl { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fc0 solid; padding: 6px; }
#msg ul, pre { overflow: auto; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<title>[12918] trunk/wp-admin/options-reading.php: options-reading.php cleanup.</title>
</head>
<body>

<div id="msg">
<dl>
<dt>Revision</dt> <dd><a href="http://trac.wordpress.org/changeset/12918">12918</a></dd>
<dt>Author</dt> <dd>ryan</dd>
<dt>Date</dt> <dd>2010-02-01 16:42:19 +0000 (Mon, 01 Feb 2010)</dd>
</dl>

<h3>Log Message</h3>
<pre>options-reading.php cleanup. Props nacin. fixes <a href="http://trac.wordpress.org/ticket/12058">#12058</a></pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkwpadminoptionsreadingphp">trunk/wp-admin/options-reading.php</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkwpadminoptionsreadingphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/options-reading.php (12917 => 12918)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/options-reading.php        2010-02-01 16:28:54 UTC (rev 12917)
+++ trunk/wp-admin/options-reading.php        2010-02-01 16:42:19 UTC (rev 12918)
</span><span class="lines">@@ -7,15 +7,15 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> /** WordPress Administration Bootstrap */
</span><del>-require_once('admin.php');
</del><ins>+require_once( 'admin.php' );
</ins><span class="cx"> 
</span><del>-if ( ! current_user_can('manage_options') )
-        wp_die(__('You do not have sufficient permissions to manage options for this blog.'));
</del><ins>+if ( ! current_user_can( 'manage_options' ) )
+        wp_die( __( 'You do not have sufficient permissions to manage options for this blog.' ) );
</ins><span class="cx"> 
</span><del>-$title = __('Reading Settings');
</del><ins>+$title = __( 'Reading Settings' );
</ins><span class="cx"> $parent_file = 'options-general.php';
</span><span class="cx"> 
</span><del>-include('admin-header.php');
</del><ins>+include( 'admin-header.php' );
</ins><span class="cx"> ?&gt;
</span><span class="cx"> 
</span><span class="cx"> &lt;div class=&quot;wrap&quot;&gt;
</span><span class="lines">@@ -23,31 +23,31 @@
</span><span class="cx"> &lt;h2&gt;&lt;?php echo esc_html( $title ); ?&gt;&lt;/h2&gt;
</span><span class="cx"> 
</span><span class="cx"> &lt;form name=&quot;form1&quot; method=&quot;post&quot; action=&quot;options.php&quot;&gt;
</span><del>-&lt;?php settings_fields('reading'); ?&gt;
</del><ins>+&lt;?php settings_fields( 'reading' ); ?&gt;
</ins><span class="cx"> 
</span><span class="cx"> &lt;table class=&quot;form-table&quot;&gt;
</span><span class="cx"> &lt;?php if ( get_pages() ): ?&gt;
</span><span class="cx"> &lt;tr valign=&quot;top&quot;&gt;
</span><del>-&lt;th scope=&quot;row&quot;&gt;&lt;?php _e('Front page displays')?&gt;&lt;/th&gt;
-&lt;td&gt;&lt;fieldset&gt;&lt;legend class=&quot;screen-reader-text&quot;&gt;&lt;span&gt;&lt;?php _e('Front page displays')?&gt;&lt;/span&gt;&lt;/legend&gt;
</del><ins>+&lt;th scope=&quot;row&quot;&gt;&lt;?php _e( 'Front page displays' ); ?&gt;&lt;/th&gt;
+&lt;td&gt;&lt;fieldset&gt;&lt;legend class=&quot;screen-reader-text&quot;&gt;&lt;span&gt;&lt;?php _e( 'Front page displays' ); ?&gt;&lt;/span&gt;&lt;/legend&gt;
</ins><span class="cx">         &lt;p&gt;&lt;label&gt;
</span><del>-                &lt;input name=&quot;show_on_front&quot; type=&quot;radio&quot; value=&quot;posts&quot; class=&quot;tog&quot; &lt;?php checked('posts', get_option('show_on_front')); ?&gt; /&gt;
-                &lt;?php _e('Your latest posts'); ?&gt;
</del><ins>+                &lt;input name=&quot;show_on_front&quot; type=&quot;radio&quot; value=&quot;posts&quot; class=&quot;tog&quot; &lt;?php checked( 'posts', get_option( 'show_on_front' ) ); ?&gt; /&gt;
+                &lt;?php _e( 'Your latest posts' ); ?&gt;
</ins><span class="cx">         &lt;/label&gt;
</span><span class="cx">         &lt;/p&gt;
</span><span class="cx">         &lt;p&gt;&lt;label&gt;
</span><del>-                &lt;input name=&quot;show_on_front&quot; type=&quot;radio&quot; value=&quot;page&quot; class=&quot;tog&quot; &lt;?php checked('page', get_option('show_on_front')); ?&gt; /&gt;
-                &lt;?php printf(__('A &lt;a href=&quot;%s&quot;&gt;static page&lt;/a&gt; (select below)'), 'edit-pages.php'); ?&gt;
</del><ins>+                &lt;input name=&quot;show_on_front&quot; type=&quot;radio&quot; value=&quot;page&quot; class=&quot;tog&quot; &lt;?php checked( 'page', get_option( 'show_on_front' ) ); ?&gt; /&gt;
+                &lt;?php printf( __( 'A &lt;a href=&quot;%s&quot;&gt;static page&lt;/a&gt; (select below)' ), 'edit.php?post_type=page' ); ?&gt;
</ins><span class="cx">         &lt;/label&gt;
</span><span class="cx">         &lt;/p&gt;
</span><span class="cx"> &lt;ul&gt;
</span><del>-        &lt;li&gt;&lt;?php printf(&quot;&lt;label for='page_on_front'&gt;&quot; . __('Front page: %s') . &quot;&lt;/label&gt;&quot;, wp_dropdown_pages( array( 'name' =&gt; 'page_on_front', 'echo' =&gt; 0, 'show_option_none' =&gt; __('&amp;mdash; Select &amp;mdash;'), 'selected' =&gt; get_option('page_on_front')  ) ) ); ?&gt;&lt;/li&gt;
-        &lt;li&gt;&lt;?php printf(&quot;&lt;label for='page_for_posts'&gt;&quot;. __('Posts page: %s') . &quot;&lt;/label&gt;&quot;, wp_dropdown_pages( array( 'name' =&gt; 'page_for_posts','echo' =&gt; 0, 'show_option_none' =&gt; __('&amp;mdash; Select &amp;mdash;'), 'selected' =&gt; get_option('page_for_posts') ) ) ); ?&gt;&lt;/li&gt;
</del><ins>+        &lt;li&gt;&lt;label for=&quot;page_on_front&quot;&gt;&lt;?php printf( __( 'Front page: %s' ), wp_dropdown_pages( array( 'name' =&gt; 'page_on_front', 'echo' =&gt; 0, 'show_option_none' =&gt; __( '&amp;mdash; Select &amp;mdash;' ), 'selected' =&gt; get_option( 'page_on_front' ) ) ) ); ?&gt;&lt;/label&gt;&lt;/li&gt;
+        &lt;li&gt;&lt;label for=&quot;page_for_posts&quot;&gt;&lt;?php printf( __( 'Posts page: %s' ), wp_dropdown_pages( array( 'name' =&gt; 'page_for_posts', 'echo' =&gt; 0, 'show_option_none' =&gt; __( '&amp;mdash; Select &amp;mdash;' ), 'selected' =&gt; get_option( 'page_for_posts' ) ) ) ); ?&gt;&lt;/label&gt;&lt;/li&gt;
</ins><span class="cx"> &lt;/ul&gt;
</span><del>-&lt;?php if ( 'page' == get_option('show_on_front') &amp;&amp; get_option('page_for_posts') == get_option('page_on_front') ) : ?&gt;
</del><ins>+&lt;?php if ( 'page' == get_option( 'show_on_front' ) &amp;&amp; get_option( 'page_for_posts' ) == get_option( 'page_on_front' ) ) : ?&gt;
</ins><span class="cx"> &lt;div id=&quot;front-page-warning&quot; class=&quot;updated&quot;&gt;
</span><span class="cx">         &lt;p&gt;
</span><del>-                &lt;?php _e('&lt;strong&gt;Warning:&lt;/strong&gt; these pages should not be the same!'); ?&gt;
</del><ins>+                &lt;?php _e( '&lt;strong&gt;Warning:&lt;/strong&gt; these pages should not be the same!' ); ?&gt;
</ins><span class="cx">         &lt;/p&gt;
</span><span class="cx"> &lt;/div&gt;
</span><span class="cx"> &lt;?php endif; ?&gt;
</span><span class="lines">@@ -55,36 +55,36 @@
</span><span class="cx"> &lt;/tr&gt;
</span><span class="cx"> &lt;?php endif; ?&gt;
</span><span class="cx"> &lt;tr valign=&quot;top&quot;&gt;
</span><del>-&lt;th scope=&quot;row&quot;&gt;&lt;label for=&quot;posts_per_page&quot;&gt;&lt;?php _e('Blog pages show at most') ?&gt;&lt;/label&gt;&lt;/th&gt;
</del><ins>+&lt;th scope=&quot;row&quot;&gt;&lt;label for=&quot;posts_per_page&quot;&gt;&lt;?php _e( 'Blog pages show at most' ); ?&gt;&lt;/label&gt;&lt;/th&gt;
</ins><span class="cx"> &lt;td&gt;
</span><del>-&lt;input name=&quot;posts_per_page&quot; type=&quot;text&quot; id=&quot;posts_per_page&quot; value=&quot;&lt;?php form_option('posts_per_page'); ?&gt;&quot; class=&quot;small-text&quot; /&gt; &lt;?php _e('posts') ?&gt;
</del><ins>+&lt;input name=&quot;posts_per_page&quot; type=&quot;text&quot; id=&quot;posts_per_page&quot; value=&quot;&lt;?php form_option( 'posts_per_page' ); ?&gt;&quot; class=&quot;small-text&quot; /&gt; &lt;?php _e( 'posts' ); ?&gt;
</ins><span class="cx"> &lt;/td&gt;
</span><span class="cx"> &lt;/tr&gt;
</span><span class="cx"> &lt;tr valign=&quot;top&quot;&gt;
</span><del>-&lt;th scope=&quot;row&quot;&gt;&lt;label for=&quot;posts_per_rss&quot;&gt;&lt;?php _e('Syndication feeds show the most recent') ?&gt;&lt;/label&gt;&lt;/th&gt;
-&lt;td&gt;&lt;input name=&quot;posts_per_rss&quot; type=&quot;text&quot; id=&quot;posts_per_rss&quot; value=&quot;&lt;?php form_option('posts_per_rss'); ?&gt;&quot; class=&quot;small-text&quot; /&gt; &lt;?php _e('posts') ?&gt;&lt;/td&gt;
</del><ins>+&lt;th scope=&quot;row&quot;&gt;&lt;label for=&quot;posts_per_rss&quot;&gt;&lt;?php _e( 'Syndication feeds show the most recent' ); ?&gt;&lt;/label&gt;&lt;/th&gt;
+&lt;td&gt;&lt;input name=&quot;posts_per_rss&quot; type=&quot;text&quot; id=&quot;posts_per_rss&quot; value=&quot;&lt;?php form_option( 'posts_per_rss' ); ?&gt;&quot; class=&quot;small-text&quot; /&gt; &lt;?php _e( 'posts' ); ?&gt;&lt;/td&gt;
</ins><span class="cx"> &lt;/tr&gt;
</span><span class="cx"> &lt;tr valign=&quot;top&quot;&gt;
</span><del>-&lt;th scope=&quot;row&quot;&gt;&lt;?php _e('For each article in a feed, show') ?&gt; &lt;/th&gt;
-&lt;td&gt;&lt;fieldset&gt;&lt;legend class=&quot;screen-reader-text&quot;&gt;&lt;span&gt;&lt;?php _e('For each article in a feed, show') ?&gt; &lt;/span&gt;&lt;/legend&gt;
-&lt;p&gt;&lt;label&gt;&lt;input name=&quot;rss_use_excerpt&quot;  type=&quot;radio&quot; value=&quot;0&quot; &lt;?php checked(0, get_option('rss_use_excerpt')); ?&gt;        /&gt; &lt;?php _e('Full text') ?&gt;&lt;/label&gt;&lt;br /&gt;
-&lt;label&gt;&lt;input name=&quot;rss_use_excerpt&quot; type=&quot;radio&quot; value=&quot;1&quot; &lt;?php checked(1, get_option('rss_use_excerpt')); ?&gt; /&gt; &lt;?php _e('Summary') ?&gt;&lt;/label&gt;&lt;/p&gt;
</del><ins>+&lt;th scope=&quot;row&quot;&gt;&lt;?php _e( 'For each article in a feed, show' ); ?&gt; &lt;/th&gt;
+&lt;td&gt;&lt;fieldset&gt;&lt;legend class=&quot;screen-reader-text&quot;&gt;&lt;span&gt;&lt;?php _e( 'For each article in a feed, show' ); ?&gt; &lt;/span&gt;&lt;/legend&gt;
+&lt;p&gt;&lt;label&gt;&lt;input name=&quot;rss_use_excerpt&quot;  type=&quot;radio&quot; value=&quot;0&quot; &lt;?php checked( 0, get_option( 'rss_use_excerpt' ) ); ?&gt;        /&gt; &lt;?php _e( 'Full text' ); ?&gt;&lt;/label&gt;&lt;br /&gt;
+&lt;label&gt;&lt;input name=&quot;rss_use_excerpt&quot; type=&quot;radio&quot; value=&quot;1&quot; &lt;?php checked( 1, get_option( 'rss_use_excerpt' ) ); ?&gt; /&gt; &lt;?php _e( 'Summary' ); ?&gt;&lt;/label&gt;&lt;/p&gt;
</ins><span class="cx"> &lt;/fieldset&gt;&lt;/td&gt;
</span><span class="cx"> &lt;/tr&gt;
</span><span class="cx"> 
</span><span class="cx"> &lt;tr valign=&quot;top&quot;&gt;
</span><del>-&lt;th scope=&quot;row&quot;&gt;&lt;label for=&quot;blog_charset&quot;&gt;&lt;?php _e('Encoding for pages and feeds') ?&gt;&lt;/label&gt;&lt;/th&gt;
-&lt;td&gt;&lt;input name=&quot;blog_charset&quot; type=&quot;text&quot; id=&quot;blog_charset&quot; value=&quot;&lt;?php form_option('blog_charset'); ?&gt;&quot; class=&quot;regular-text&quot; /&gt;
-&lt;span class=&quot;description&quot;&gt;&lt;?php _e('The &lt;a href=&quot;http://codex.wordpress.org/Glossary#Character_set&quot;&gt;character encoding&lt;/a&gt; of your blog (UTF-8 is recommended, if you are adventurous there are some &lt;a href=&quot;http://en.wikipedia.org/wiki/Character_set&quot;&gt;other encodings&lt;/a&gt;)') ?&gt;&lt;/span&gt;&lt;/td&gt;
</del><ins>+&lt;th scope=&quot;row&quot;&gt;&lt;label for=&quot;blog_charset&quot;&gt;&lt;?php _e( 'Encoding for pages and feeds' ); ?&gt;&lt;/label&gt;&lt;/th&gt;
+&lt;td&gt;&lt;input name=&quot;blog_charset&quot; type=&quot;text&quot; id=&quot;blog_charset&quot; value=&quot;&lt;?php form_option( 'blog_charset' ); ?&gt;&quot; class=&quot;regular-text&quot; /&gt;
+&lt;span class=&quot;description&quot;&gt;&lt;?php _e( 'The &lt;a href=&quot;http://codex.wordpress.org/Glossary#Character_set&quot;&gt;character encoding&lt;/a&gt; of your blog (UTF-8 is recommended, if you are adventurous there are some &lt;a href=&quot;http://en.wikipedia.org/wiki/Character_set&quot;&gt;other encodings&lt;/a&gt;)' ); ?&gt;&lt;/span&gt;&lt;/td&gt;
</ins><span class="cx"> &lt;/tr&gt;
</span><del>-&lt;?php do_settings_fields('reading', 'default'); ?&gt;
</del><ins>+&lt;?php do_settings_fields( 'reading', 'default' ); ?&gt;
</ins><span class="cx"> &lt;/table&gt;
</span><span class="cx"> 
</span><del>-&lt;?php do_settings_sections('reading'); ?&gt;
</del><ins>+&lt;?php do_settings_sections( 'reading' ); ?&gt;
</ins><span class="cx"> 
</span><span class="cx"> &lt;p class=&quot;submit&quot;&gt;
</span><del>-        &lt;input type=&quot;submit&quot; name=&quot;Submit&quot; class=&quot;button-primary&quot; value=&quot;&lt;?php esc_attr_e('Save Changes') ?&gt;&quot; /&gt;
</del><ins>+        &lt;input type=&quot;submit&quot; name=&quot;Submit&quot; class=&quot;button-primary&quot; value=&quot;&lt;?php esc_attr_e( 'Save Changes' ); ?&gt;&quot; /&gt;
</ins><span class="cx"> &lt;/p&gt;
</span><span class="cx"> &lt;/form&gt;
</span><span class="cx"> &lt;/div&gt;
</span><del>-&lt;?php include('./admin-footer.php'); ?&gt;
</del><ins>+&lt;?php include( './admin-footer.php' ); ?&gt;
</ins></span></pre>
</div>
</div>

</body>
</html>