Update filters.php
This commit is contained in:
committed by
GitHub
parent
d13e8fd9be
commit
c1bc6ef596
@@ -84,7 +84,7 @@ add_filter('get_search_form', function () {
|
|||||||
/**
|
/**
|
||||||
* Collect data for searchform.
|
* Collect data for searchform.
|
||||||
*/
|
*/
|
||||||
add_filter('sage/template/app/data', function ($data) {
|
add_filter('sage/template/app/data', function ($data) {
|
||||||
return $data + [
|
return $data + [
|
||||||
'sf_action' => esc_url(home_url('/')),
|
'sf_action' => esc_url(home_url('/')),
|
||||||
'sf_screen_reader_text' => _x('Search for:', 'label', 'sage'),
|
'sf_screen_reader_text' => _x('Search for:', 'label', 'sage'),
|
||||||
|
|||||||
Reference in New Issue
Block a user