Index: trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/content-reference.php
===================================================================
--- trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/content-reference.php	(revision 2560)
+++ trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/content-reference.php	(working copy)
@@ -140,8 +140,7 @@
 						while ( $used_by->have_posts() ) : $used_by->the_post();
 							?>
 							<li>
-								<span><?php echo esc_attr( get_source_file() ); ?>:</span>
-								<a href="<?php the_permalink(); ?>"><?php the_title(); ?><?php if ( 'wp-parser-hook' !== get_post_type() ) : ?>()<?php endif; ?></a>
+								<a href="<?php the_permalink(); ?>" title="<?php echo esc_attr( get_source_file() ); ?>"><?php the_title(); ?><?php if ( 'wp-parser-hook' !== get_post_type() ) : ?>()<?php endif; ?></a>
 							</li>
 						<?php endwhile; wp_reset_postdata(); ?>
 						<?php if ( $used_by->post_count > $used_by_to_show ) : ?>
@@ -165,8 +164,7 @@
 						while ( $uses->have_posts() ) : $uses->the_post()
 							?>
 							<li>
-								<span><?php echo esc_attr( get_source_file() ); ?>:</span>
-								<a href="<?php the_permalink(); ?>"><?php the_title(); ?><?php if ( 'wp-parser-hook' !== get_post_type() ) : ?>()<?php endif; ?></a>
+								<a href="<?php the_permalink(); ?>" title="<?php echo esc_attr( get_source_file() ); ?>"><?php the_title(); ?><?php if ( 'wp-parser-hook' !== get_post_type() ) : ?>()<?php endif; ?></a>
 							</li>
 						<?php endwhile; wp_reset_postdata(); ?>
 						<?php if ( $uses->post_count > $uses_to_show ) : ?>
