mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-22 04:23:01 +00:00
similar pages: tweak text
This commit is contained in:
parent
5a62a0455b
commit
8a05d79724
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ register_module([
|
||||||
if($env->action !== "view")
|
if($env->action !== "view")
|
||||||
return;
|
return;
|
||||||
|
|
||||||
$html = "<aside class='similar-page-suggestions'><h2>Other pages to explore</h2>\n\t\t<ul class='similar-page-suggestions-list'>\n";
|
$html = "<aside class='similar-page-suggestions'><h2>Similar Pages</h2>\n\t\t<ul class='similar-page-suggestions-list'>\n";
|
||||||
$start_time = microtime(true);
|
$start_time = microtime(true);
|
||||||
$suggestions = similar_suggest(
|
$suggestions = similar_suggest(
|
||||||
$env->page,
|
$env->page,
|
||||||
|
|
Loading…
Reference in a new issue