#2363 - Change $zone parameter in build_url to default to '_SEARCH'
| Identifier | #2363 |
|---|---|
| Issue type | Feature request or suggestion |
| Title | Change $zone parameter in build_url to default to '_SEARCH' |
| Status | Completed |
| Handling member | Chris Graham |
| Addon | core |
| Description | Currently it defaults to '', i.e. welcome zone. An auto-search makes more sense.
Then we can cleanup all the build_url calls that do get_module_zone calls for the $zone parameter, removing those. |
| Steps to reproduce | |
| Funded? | No |
The system will post a comment when this issue is modified (e.g., status changes). To be notified of this, click "Enable comment notifications".


Comments
build_url\(array\('page' => '([^']*)'([^\(\)]*)\), get_module_zone\('\1'\)
-->
build_url(array('page' => '$1'$2), '_SEARCH'