Changeset 687 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/content-wp-parser-hook.php
- Timestamp:
- 06/06/2014 09:51:08 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/content-wp-parser-hook.php
r686 r687 29 29 <p> 30 30 <strong><?php _e( 'Source file:', 'wporg' ); ?></strong> 31 <a href="<?php echo get_source_file_archive_link( $source_file ); ?>"><?php echo esc_html( $source_file ); ?></a><br /> 32 <strong><?php _e( 'View source code:', 'wporg' ); ?></strong> 33 <a href="<?php echo get_source_file_link(); ?>"><?php _e( 'on the WP Trac code browser…', 'wporg' ); ?></a> 31 <a href="<?php echo get_source_file_archive_link( $source_file ); ?>"><?php echo esc_html( $source_file ); ?></a> 32 </p> 33 <p> 34 <a href="<?php echo get_source_file_link(); ?>"><?php _e( 'View on Trac', 'wporg' ); ?></a> 34 35 </p> 35 36 </section>
Note: See TracChangeset
for help on using the changeset viewer.