Update jQuery version on about.php. Force ltr for 'is_main_query()'. see #18742.

git-svn-id: https://develop.svn.wordpress.org/trunk@19437 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2011-11-23 23:07:48 +00:00
parent 0ef41d992b
commit 19fb5709f6

View File

@ -139,13 +139,13 @@ include( './admin-header.php' );
</div>
<div class="last-feature">
<h4><?php _e( 'jQuery and jQuery UI' ); ?></h4>
<p><?php _e( 'WordPress now includes the entire jQuery UI stack and the latest version of jQuery: 1.7.' ); ?></p>
<p><?php printf( __( 'WordPress now includes the entire jQuery UI stack and the latest version of jQuery: %s.' ), '1.7.1' ); ?></p>
</div>
</div>
<div class="feature-section three-col">
<div>
<h4><?php echo 'is_main_query()'; ?></h4>
<h4 style="direction:ltr">is_main_query()</h4>
<p><?php _e( 'This handy method will tell you if a <code>WP_Query</code> object is the main WordPress query or a secondary query.' ); ?></p>
</div>
<div>