Make WordPress Core

Ticket #18585: 18585.patch

File 18585.patch, 646 bytes (added by SergeyBiryukov, 14 years ago)
  • wp-content/themes/twentyeleven/functions.php

     
    421421}
    422422add_action( 'widgets_init', 'twentyeleven_widgets_init' );
    423423
     424if ( ! function_exists( 'twentyeleven_content_nav' ) ) :
    424425/**
    425426 * Display navigation to next/previous pages when applicable
    426427 */
     
    435436                </nav><!-- #nav-above -->
    436437        <?php endif;
    437438}
     439endif; // twentyeleven_content_nav
    438440
    439441/**
    440442 * Return the URL for the first link found in the post content.