Changeset 27401 for trunk/src/wp-admin/includes/template.php
- Timestamp:
- 03/04/2014 11:10:35 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/template.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/template.php
r27237 r27401 1377 1377 function find_posts_div($found_action = '') { 1378 1378 ?> 1379 <div id="find-posts" class="find-box" style="display:none;"> 1380 <div id="find-posts-head" class="find-box-head"><?php _e('Find Posts or Pages'); ?></div> 1379 <div id="find-posts" class="find-box" style="display: none;"> 1380 <div id="find-posts-head" class="find-box-head"> 1381 <?php _e( 'Find Posts or Pages' ); ?> 1382 <div id="find-posts-close"></div> 1383 </div> 1381 1384 <div class="find-box-inside"> 1382 1385 <div class="find-box-search"> … … 1384 1387 <input type="hidden" name="found_action" value="<?php echo esc_attr($found_action); ?>" /> 1385 1388 <?php } ?> 1386 1387 1389 <input type="hidden" name="affected" id="affected" value="" /> 1388 1390 <?php wp_nonce_field( 'find-posts', '_ajax_nonce', false ); ?> … … 1391 1393 <span class="spinner"></span> 1392 1394 <input type="button" id="find-posts-search" value="<?php esc_attr_e( 'Search' ); ?>" class="button" /> 1395 <div class="clear"></div> 1393 1396 </div> 1394 1397 <div id="find-posts-response"></div> 1395 1398 </div> 1396 1399 <div class="find-box-buttons"> 1397 <input id="find-posts-close" type="button" class="button alignleft" value="<?php esc_attr_e('Close'); ?>" />1398 1400 <?php submit_button( __( 'Select' ), 'button-primary alignright', 'find-posts-submit', false ); ?> 1401 <div class="clear"></div> 1399 1402 </div> 1400 1403 </div>
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)