Making WordPress.org

Ticket #4944: 4944.diff

File 4944.diff, 761 bytes (added by dufresnesteven, 5 years ago)

Adds a closing div to the main footer file.

  • wordpress.org/public_html/wp-content/themes/pub/wporg/footer.php

    diff --git wordpress.org/public_html/wp-content/themes/pub/wporg/footer.php wordpress.org/public_html/wp-content/themes/pub/wporg/footer.php
    index e6502e5d6..e77ff5131 100644
    namespace WordPressdotorg\Theme; 
    1414?>
    1515
    1616        </div><!-- #content -->
     17</div><!-- #page -->
    1718<?php
    1819require WPORGPATH . 'footer.php';
    1920
    __( 'WordPress.org Privacy Policy', 'wporg' ); 
    6162__( 'License / GPLv2', 'wporg' );
    6263__( 'WordPress is open source software', 'wporg' );
    6364__( 'Follow %s on Twitter', 'wporg' );
    64 __( 'Like %s on Facebook', 'wporg' );
    65  No newline at end of file
     65__( 'Like %s on Facebook', 'wporg' );