mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-03-30 02:04:26 +00:00
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:
@@ -27,6 +27,9 @@ if ( ! defined('ABSPATH') ) die();
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
||||
<?php inline_edit_row( 'post' ) ?>
|
||||
|
||||
<?php
|
||||
if ( have_posts() ) {
|
||||
post_rows();
|
||||
|
||||
Reference in New Issue
Block a user