Index: src/wp-includes/class-wp-admin-bar.php
===================================================================
--- src/wp-includes/class-wp-admin-bar.php	(revision 40815)
+++ src/wp-includes/class-wp-admin-bar.php	(working copy)
@@ -558,6 +558,8 @@
 	/**
 	 * @param string $id    Unused.
 	 * @param object $node
+	 *
+	 * @deprecated 3.3.0 Use WP_Admin_bar::render() or WP_Admin_Bar::_render_item() instead.
 	 */
 	public function recursive_render( $id, $node ) {
 		_deprecated_function( __METHOD__, '3.3.0', 'WP_Admin_bar::render(), WP_Admin_Bar::_render_item()' );
