Index: /Users/bigdawggi/web/annotum/wp-admin/includes/class-wp-list-table.php
===================================================================
--- /Users/bigdawggi/web/annotum/wp-admin/includes/class-wp-list-table.php	(revision 18815)
+++ /Users/bigdawggi/web/annotum/wp-admin/includes/class-wp-list-table.php	(working copy)
@@ -750,7 +750,7 @@
 	 */
 	function display_tablenav( $which ) {
 		if ( 'top' == $which )
-			wp_nonce_field( 'bulk-' . $this->_args['plural'] );
+			$this->output_nonce_field();
 ?>
 	<div class="tablenav <?php echo esc_attr( $which ); ?>">
 
@@ -768,6 +768,15 @@
 	}
 
 	/**
+	 * Outputs a nonce field for the table
+	 *
+	 * @access protected
+	 */
+	function output_nonce_field() {
+		wp_nonce_field( 'bulk-' . $this->_args['plural'] );
+	}
+
+	/**
 	 * Extra controls to be displayed between bulk actions and pagination
 	 *
 	 * @since 3.1.0
