summaryrefslogtreecommitdiffstats
path: root/wp-admin/edit.php
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2007-10-24 13:37:10 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2007-10-24 13:37:10 +0000
commita1149064b86eac35bcead169cc34b0c2a3bb9c93 (patch)
tree94b4c9668129c48029f0c285afa9ae6af966d3c9 /wp-admin/edit.php
parentd0b9489c96a012dfab70136e0fe7953a7d019c04 (diff)
downloadwordpress-mu-a1149064b86eac35bcead169cc34b0c2a3bb9c93.tar.gz
wordpress-mu-a1149064b86eac35bcead169cc34b0c2a3bb9c93.tar.xz
wordpress-mu-a1149064b86eac35bcead169cc34b0c2a3bb9c93.zip
WP Merge to revision 6287
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1130 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-admin/edit.php')
-rw-r--r--wp-admin/edit.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/wp-admin/edit.php b/wp-admin/edit.php
index 06ab9ca..6e8d978 100644
--- a/wp-admin/edit.php
+++ b/wp-admin/edit.php
@@ -108,8 +108,6 @@ if ( $month_count && !( 1 == $month_count && 0 == $arc_result[0]->mmonth ) ) { ?
<?php wp_dropdown_categories('show_option_all='.__('All').'&hide_empty=1&hierarchical=1&show_count=1&selected='.$cat);?>
</fieldset>
<input type="submit" id="post-query-submit" value="<?php _e('Filter &#187;'); ?>" class="button" />
- <?php wp_nonce_field( 'add-post', '_ajax_nonce', false ); ?>
- <input type="button" id="get-extra-button" class="add:the-extra-list:searchform" style="display:none" />
</form>
<?php do_action('restrict_manage_posts'); ?>
@@ -118,6 +116,10 @@ if ( $month_count && !( 1 == $month_count && 0 == $arc_result[0]->mmonth ) ) { ?
<?php include( 'edit-post-rows.php' ); ?>
+<form action="" method="post" id="get-extra-posts" class="add:the-extra-list:" style="display:none">
+ <?php wp_nonce_field( 'add-post', '_ajax_nonce', false ); ?>
+</form>
+
<div id="ajax-response"></div>
<div class="navigation">