Changeset 35291
- Timestamp:
- 10/20/2015 12:54:55 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/category-template.php
r35264 r35291 605 605 } 606 606 607 // Fallback for the 'All' link is the frontpage.607 // Fallback for the 'All' link is the posts page. 608 608 if ( ! $posts_page ) { 609 609 $posts_page = 'page' == get_option( 'show_on_front' ) && get_option( 'page_for_posts' ) ? get_permalink( get_option( 'page_for_posts' ) ) : home_url( '/' );
Note: See TracChangeset
for help on using the changeset viewer.