Skip to content

Commit

Permalink
patch for static frontpage menu missing
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Jackowski committed Mar 30, 2016
1 parent 7195fb5 commit 17bd9a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/transifex-live-integration-rewrite.php
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ function parse_query_hook( $query ) {
if ( $query->is_home && 'page' == get_option( 'show_on_front' ) && get_option( 'page_on_front' ) ) {
$query->is_page = true;
$query->is_home = false;
$qv['page_id'] = get_option( 'page_on_front' );
// Dep'd 3/30/2016 Mjj $qv['page_id'] = get_option( 'page_on_front' );
// Correct <!--nextpage--> for page_on_front
if ( !empty( $qv['paged'] ) ) {
$qv['page'] = $qv['paged'];
Expand Down

0 comments on commit 17bd9a2

Please sign in to comment.