diff --git content-reference.php content-reference.php
index dc0339e..4130a9c 100644
|
|
if ( ! empty( $since ) ) : ?> |
128 | 128 | <section class="source-content"> |
129 | 129 | <h2><?php _e( 'Source', 'wporg' ); ?></h2> |
130 | 130 | <div class="source-code-container"> |
131 | | <pre class="brush: php; toolbar: false;"><?php echo htmlentities( get_source_code() ); ?></pre> |
| 131 | <pre class="brush: php; toolbar: false; first-line: <?php echo esc_attr( get_post_meta( get_the_ID(), '_wp-parser_line_num', true ) ); ?>"><?php echo htmlentities( get_source_code() ); ?></pre> |
132 | 132 | </div> |
133 | 133 | <p class="source-code-links"> |
134 | 134 | <span> |