4,114
edits
No edit summary Tag: Manual revert |
No edit summary |
||
Line 729: | Line 729: | ||
updateCommunityFeaturedPosition('block', '3'); // '3' corresponds to alphabetical | updateCommunityFeaturedPosition('block', '3'); // '3' corresponds to alphabetical | ||
}); | }); | ||
// Check if div with class "mw-search-results-info" exists | |||
if ($('.mw-search-results-info').length) { | |||
// Select the child <p> element and overwrite its content | |||
$('.mw-search-results-info > p').text('Search results'); | |||
} | |||
}); | }); |