Making WordPress.org

Changeset 7583


Ignore:
Timestamp:
08/02/2018 04:32:58 AM (8 years ago)
Author:
dd32
Message:

Gutenberg: Fix two variable typoes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/gutenberg/functions.php

    r7581 r7583  
    417417function gutenbergtheme_previous_post_where( $where, $in_same_term, $excluded_term, $taxonomy, $post ) {
    418418        if ( 'handbook' !== $post->post_type ) {
    419                 return $order_by;
     419                return $where;
    420420        }
    421421
     
    426426function gutenbergtheme_next_post_where( $where, $in_same_term, $excluded_term, $taxonomy, $post ) {
    427427        if ( 'handbook' !== $post->post_type ) {
    428                 return $order_by;
     428                return $where;
    429429        }
    430430
Note: See TracChangeset for help on using the changeset viewer.