Index: post-template.php
===================================================================
--- post-template.php	(revision 18627)
+++ post-template.php	(working copy)
@@ -241,6 +241,18 @@
 }
 
 /**
+ * Display the rest of a post's extra content.
+ *
+ * @since 3.3.0
+ * @uses do_action() Does before_the_rest and after_the_rest in addition to the_rest.
+ */
+function the_rest() {
+	do_action( 'before_the_rest' );
+	do_action( 'the_rest' );
+	do_action( 'after_the_rest' );
+}
+
+/**
  * Display the post excerpt.
  *
  * @since 0.71
