Changeset 8917 for trunk/wp-admin/includes/template.php
- Timestamp:
- 09/17/2008 11:32:33 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/includes/template.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/template.php
r8916 r8917 497 497 ?> 498 498 <td <?php echo $attributes ?>> 499 <?php wp_nonce_field( 'inlineeditnonce', 'inline_edit_nonce', false ) ?> 499 500 <div class="title"> 500 501 <input type="text" name="post_title" class="title" value="" /><br /> … … 520 521 <?php endif; ?> 521 522 <div class="clear"></div> 523 <div class="save"> 522 524 <?php 523 525 $actions = array(); … … 532 534 } 533 535 ?> 536 </div> 534 537 </td> 535 538 <?php
Note: See TracChangeset
for help on using the changeset viewer.