Ticket #19477: 19477.4.diff
| File 19477.4.diff, 741 bytes (added by nacin, 18 months ago) |
|---|
-
wp-admin/about.php
141 141 <p><?php printf( __( 'WordPress now includes the entire jQuery UI stack and the latest version of jQuery: %s.' ), '1.7.1' ); ?></p> 142 142 </div> 143 143 </div> 144 144 <?php $rtl = is_rtl() ? ' style="direction:ltr;text-align:right"' : ''; ?> 145 145 <div class="feature-section three-col"> 146 146 <div> 147 <h4 style="direction:ltr">is_main_query()</h4>147 <h4<?php echo $rtl; ?>>is_main_query()</h4> 148 148 <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> 149 149 </div> 150 150 <div>
