Ticket #18585: 18585.patch
File 18585.patch, 646 bytes (added by , 14 years ago) |
---|
-
wp-content/themes/twentyeleven/functions.php
421 421 } 422 422 add_action( 'widgets_init', 'twentyeleven_widgets_init' ); 423 423 424 if ( ! function_exists( 'twentyeleven_content_nav' ) ) : 424 425 /** 425 426 * Display navigation to next/previous pages when applicable 426 427 */ … … 435 436 </nav><!-- #nav-above --> 436 437 <?php endif; 437 438 } 439 endif; // twentyeleven_content_nav 438 440 439 441 /** 440 442 * Return the URL for the first link found in the post content.