Last about page string. Merges [30929] to the 4.1 branch.
props celloexpressions. fixes #30435. Built from https://develop.svn.wordpress.org/branches/4.1@30930 git-svn-id: http://core.svn.wordpress.org/branches/4.1@30919 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
0e79ad1966
commit
2b12434ad9
|
@ -134,7 +134,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
|
|||
<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>
|
||||
<p><?php echo ( 'The customizer now supports conditionally showing panels and sections based on the page being previewed.' ); ?></p>
|
||||
<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>
|
||||
</div>
|
||||
<div class="last-feature">
|
||||
<h4><?php
|
||||
|
|
Loading…
Reference in New Issue