Make WordPress Core

Ticket #30743: 30743.diff

File 30743.diff, 1.4 KB (added by yoavf, 10 years ago)

takes care of the code example in the about page

  • src/wp-admin/about.php

     
    131131        <div class="feature-section col two-col">
    132132                <div>
    133133                        <h4><?php _e( 'Complex Queries' ); ?></h4>
    134                         <p><?php printf( __( 'Metadata, date, and term queries now support advanced conditional logic, like nested clauses and multiple operators &mdash; %s.' ), '<code>A&nbsp;AND&nbsp;(&nbsp;B&nbsp;OR&nbsp;C&nbsp;)</code>' ); ?></p>
     134                        <p><?php printf( __( 'Metadata, date, and term queries now support advanced conditional logic, like nested clauses and multiple operators &mdash; %s.' ), '<code>A&nbsp;AND&nbsp;(&nbsp;B&nbsp;OR&nbsp;C&nbsp;)&lrm;</code>' ); ?></p>
    135135
    136136                        <h4><?php _e( 'Customizer API' ); ?></h4>
    137137                        <p><?php _e( 'Expanded JavaScript APIs in the customizer enable a new media experience as well as dynamic and contextual controls, sections, and panels.' ); ?></p>
     
    142142                                printf( __( '%s tags in themes' ), '<code>&lt;title&gt;</code>' );
    143143                        ?></h4>
    144144                        <p><?php
    145                                 printf( __( '%s tells WordPress to handle the complexities of document titles.' ), "<code>add_theme_support( 'title-tag' )</code>" );
     145                                printf( __( '%s tells WordPress to handle the complexities of document titles.' ), "<code>add_theme_support( 'title-tag' )&lrm;</code>" );
    146146                        ?></p>
    147147
    148148                        <h4><?php _e( 'Developer Reference' ); ?></h4>