Make WordPress Core

Changeset 30904 for branches/4.1


Ignore:
Timestamp:
12/16/2014 02:05:12 PM (9 years ago)
Author:
johnbillion
Message:

Move a <code> tag out of a localised string on the About page.

Merges [30903] to the 4.1 branch.

Props pavelevap
See #30435

Location:
branches/4.1
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/4.1

  • branches/4.1/src/wp-admin/about.php

    r30898 r30904  
    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; <code>%s</code>.' ), 'A&nbsp;AND&nbsp;(&nbsp;B&nbsp;OR&nbsp;C&nbsp;)' ); ?></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;)</code>' ); ?></p>
    135135
    136136            <h4><?php _e( 'Customizer API' ); ?></h4>
Note: See TracChangeset for help on using the changeset viewer.