Inline editing. First cut. Props Aaron Harp. see #6815

git-svn-id: https://develop.svn.wordpress.org/trunk@8857 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2008-09-10 22:47:03 +00:00
parent d709b8d166
commit 88e581b529
10 changed files with 657 additions and 84 deletions

View File

@@ -27,6 +27,9 @@ if ( ! defined('ABSPATH') ) die();
</tr>
</thead>
<tbody>
<?php inline_edit_row( 'post' ) ?>
<?php
if ( have_posts() ) {
post_rows();