Index: wp-admin/nav-menus.php
===================================================================
--- wp-admin/nav-menus.php	(revision 24523)
+++ wp-admin/nav-menus.php	(working copy)
@@ -693,6 +693,7 @@
 							<div class="drag-instructions post-body-plain" <?php if ( isset( $menu_items ) && 0 == count( $menu_items ) ) { ?>style="display: none;"<?php } ?>>
 								<p><?php echo $starter_copy; ?></p>
 							</div>
+							<?php do_action('before_menu_to_edit') ?>
 							<?php
 							if ( isset( $edit_markup ) && ! is_wp_error( $edit_markup ) ) {
 								echo $edit_markup;
@@ -701,6 +702,7 @@
 							<ul class="menu" id="menu-to-edit"></ul>
 							<?php } ?>
 							<?php endif; ?>
+							<?php do_action('after_menu_to_edit') ?>
 							<?php if ( $add_new_screen ) : ?>
 								<p class="post-body-plain"><?php _e( 'Give your menu a name above, then click Create Menu.' ); ?></p>
 								<?php if ( isset( $_GET['use-location'] ) ) : ?>
