Making WordPress.org

Ticket #535: 535.diff

File 535.diff, 802 bytes (added by atimmer, 10 years ago)
  • content-reference.php

    diff --git content-reference.php content-reference.php
    index dc0339e..4130a9c 100644
    if ( ! empty( $since ) ) : ?> 
    128128                <section class="source-content">
    129129                        <h2><?php _e( 'Source', 'wporg' ); ?></h2>
    130130                        <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>
    132132                        </div>
    133133                        <p class="source-code-links">
    134134                                <span>