Changeset 6196 for trunk/src/includes/common/widgets.php
- Timestamp:
- 12/28/2016 06:16:53 PM (9 years ago)
- File:
-
- 1 edited
-
trunk/src/includes/common/widgets.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/common/widgets.php
r6038 r6196 83 83 } 84 84 85 if ( ! is_user_logged_in() ) : ?>85 if ( ! is_user_logged_in() ) : ?> 86 86 87 87 <form method="post" action="<?php bbp_wp_login_action( array( 'context' => 'login_post' ) ); ?>" class="bbp-login-form"> … … 615 615 616 616 // Force to any 617 if ( ! empty( $instance['parent_forum'] ) && ! is_numeric( $instance['parent_forum'] ) ) {617 if ( ! empty( $instance['parent_forum'] ) && ! is_numeric( $instance['parent_forum'] ) ) { 618 618 $instance['parent_forum'] = 'any'; 619 619 } … … 860 860 861 861 // Force to any 862 if ( ! empty( $instance['parent_forum'] ) && ! is_numeric( $instance['parent_forum'] ) ) {862 if ( ! empty( $instance['parent_forum'] ) && ! is_numeric( $instance['parent_forum'] ) ) { 863 863 $instance['parent_forum'] = 'any'; 864 864 }
Note: See TracChangeset
for help on using the changeset viewer.