Index: sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/inc/extras.php
===================================================================
--- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/inc/extras.php	(revision 2787)
+++ sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/inc/extras.php	(working copy)
@@ -107,9 +107,11 @@
 			if ( isset( $hook_type ) ) {
 				switch ( $hook_type ) {
 					case 'action':
+					case 'action_reference':					 
 						$type = __( 'Action Hook', 'wporg' );
 						break;
 					case 'filter':
+					case 'filter_reference':
 						$type = __( 'Filter Hook', 'wporg' );
 						break;
 				}
