Skip to:
Content

BuddyPress.org

Changes between Initial Version and Version 10 of Ticket #4154


Ignore:
Timestamp:
05/30/2019 04:07:52 AM (6 years ago)
Author:
imath
Comment:

Hi!

I think the least we need to do is to stop preventing WordPress to use site.url/search/hello pretty urls. It's not good. I think checking if $_POST['search-terms'] is set won't break plugins as anyway bp_core_action_search_site() is redirecting to home if it's empty.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4154

    • Property Cc darrenmeehan added
    • Property Component changed from Core to Route Parser
    • Property Milestone changed from Awaiting Review to 5.0.0
  • Ticket #4154 – Description

    initial v10  
    44I fixed this bug, but maybe is not the best way.
    55
    6 
     6{{{
    77[ 15:11:12 ] :> diff -u bp-core-catchuri-org.php bp-core-catchuri.php
    88--- bp-core-catchuri-org.php    2012-04-19 15:10:37.000000000 +0300
     
    3434    if ( !bp_is_current_component( bp_get_search_slug() ) )
    3535        return;
     36}}}