match threshold.', 'yarpp' ); ?>
textbox( 'threshold', __( 'Match threshold:', 'yarpp' ) ); $this->weight( 'title', __( "Titles: ", 'yarpp' ) ); $this->weight( 'body', __( "Bodies: ", 'yarpp' ) ); foreach ( $yarpp->get_taxonomies() as $taxonomy ) { $this->tax_weight( $taxonomy ); } $this->checkbox( 'cross_relate', __( "Display results from all post types", 'yarpp' )." " ); $this->checkbox( 'past_only', __( "Show only previous posts?", 'yarpp' ) ); } }