Changeset 30904
- Timestamp:
- 12/16/2014 02:05:12 PM (10 years ago)
- Location:
- branches/4.1
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.1
-
branches/4.1/src/wp-admin/about.php
r30898 r30904 132 132 <div> 133 133 <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 — <code>%s</code>.' ), 'A AND ( B OR C )' ); ?></p>134 <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> 135 135 136 136 <h4><?php _e( 'Customizer API' ); ?></h4>
Note: See TracChangeset
for help on using the changeset viewer.