Move a `<code>` tag out of a localised string on the About page.
Props pavelevap See #30435 Built from https://develop.svn.wordpress.org/trunk@30903 git-svn-id: http://core.svn.wordpress.org/trunk@30893 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
0419c86b54
commit
9592b26cbe
|
@ -131,7 +131,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
|
||||||
<div class="feature-section col two-col">
|
<div class="feature-section col two-col">
|
||||||
<div>
|
<div>
|
||||||
<h4><?php _e( 'Complex Queries' ); ?></h4>
|
<h4><?php _e( 'Complex Queries' ); ?></h4>
|
||||||
<p><?php printf( __( 'Metadata, date, and term queries now support advanced conditional logic, like nested clauses and multiple operators — <code>%s</code>.' ), 'A AND ( B OR C )' ); ?></p>
|
<p><?php printf( __( 'Metadata, date, and term queries now support advanced conditional logic, like nested clauses and multiple operators — %s.' ), '<code>A AND ( B OR C )</code>' ); ?></p>
|
||||||
|
|
||||||
<h4><?php _e( 'Customizer API' ); ?></h4>
|
<h4><?php _e( 'Customizer API' ); ?></h4>
|
||||||
<p><?php echo ( 'The customizer now supports conditionally showing panels and sections based on the page being previewed.' ); ?></p>
|
<p><?php echo ( 'The customizer now supports conditionally showing panels and sections based on the page being previewed.' ); ?></p>
|
||||||
|
|
Loading…
Reference in New Issue