Making WordPress.org

Ticket #3798: 3798.patch

File 3798.patch, 2.7 KB (added by mukesh27, 7 years ago)
  • plan/footer.php

    diff -Naur old/plan/footer.php new/plan/footer.php
    old new  
    1919               
    2020                <div class="site-info">
    2121                        <?php do_action( 'twentytwelve_credits' ); ?>
    22                         <a href="<?php echo esc_url( __( 'http://wordpress.org/', 'twentytwelve' ) ); ?>" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'twentytwelve' ); ?>"><?php printf( __( 'Proudly powered by %s', 'twentytwelve' ), 'WordPress' ); ?></a>
     22                        <a href="<?php echo esc_url( __( 'http://wordpress.org/', 'plan' ) ); ?>" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'plan' ); ?>"><?php printf( __( 'Proudly powered by %s', 'plan' ), 'WordPress' ); ?></a>
    2323                </div><!-- .site-info -->
    2424        </footer><!-- #colophon -->
    2525</div><!-- #page -->
  • plan/header.php

    diff -Naur old/plan/header.php new/plan/header.php
    old new  
    4040                </hgroup>
    4141
    4242                <nav id="site-navigation" class="main-navigation" role="navigation">
    43                         <button class="menu-toggle"><?php _e( 'Menu', 'twentytwelve' ); ?></button>
    44                         <a class="assistive-text" href="#content" title="<?php esc_attr_e( 'Skip to content', 'twentytwelve' ); ?>"><?php _e( 'Skip to content', 'twentytwelve' ); ?></a>
     43                        <button class="menu-toggle"><?php _e( 'Menu', 'plan' ); ?></button>
     44                        <a class="assistive-text" href="#content" title="<?php esc_attr_e( 'Skip to content', 'plan' ); ?>"><?php _e( 'Skip to content', 'plan' ); ?></a>
    4545                        <?php wp_nav_menu( array( 'theme_location' => 'primary', 'menu_class' => 'nav-menu' ) ); ?>
    4646                </nav><!-- #site-navigation -->
    4747
  • plan/style.css

    diff -Naur old/plan/style.css new/plan/style.css
    old new  
    77License:     GPL v2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
    99Template:    twentytwelve
     10Text Domain: plan
    1011*/
    1112
    1213@import url( '../twentytwelve/style.css' );
     
    1920        overflow: auto;
    2021}
    2122       
    22         #sidebar-after-header aside,
    23         #sidebar-footer aside {
    24                 float: left;
    25                 margin-right: 2rem;
    26         }
     23#sidebar-after-header aside,
     24#sidebar-footer aside {
     25        float: left;
     26        margin-right: 2rem;
     27}
    2728
    28                 #sidebar-after-header aside:last-child,
    29                 #sidebar-footer aside:last-child {
    30                         margin-right: 0;
    31                 }
     29#sidebar-after-header aside:last-child,
     30#sidebar-footer aside:last-child {
     31        margin-right: 0;
     32}
    3233
    33                 #sidebar-after-header aside {
    34                         margin-bottom: 0;
    35                 }
    36                
    37                 #sidebar-footer aside {
    38                         margin-bottom: 1rem;
    39                 }
     34#sidebar-after-header aside {
     35        margin-bottom: 0;
     36}
     37
     38#sidebar-footer aside {
     39        margin-bottom: 1rem;
     40}