From ee63a54d2611e9620fefaad2c74df0efdf75a8ce Mon Sep 17 00:00:00 2001 From: Daniel James Date: Sun, 11 Dec 2016 15:38:41 +0000 Subject: [PATCH] Rewrite the latest link box --- common/code/boost_documentation.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/common/code/boost_documentation.php b/common/code/boost_documentation.php index c57b078a..8536eb60 100644 --- a/common/code/boost_documentation.php +++ b/common/code/boost_documentation.php @@ -313,14 +313,15 @@ function latest_link($filter_data) ($filter_data->fix_dir && realpath("{$filter_data->fix_dir}/{$current->dir()}/{$filter_data->path}") !== false)) { echo '', - "Click here to view the latest version of this page.", + "This is the documentation for an old version of Boost. + Click here to view this page for the latest version.", ''; } else { echo '', - "This is an old version of boost. ", - "Click here for the latest version's documentation home page.", + "This is an the documentation for an old version of boost. + Click here for the latest Boost documentation.", ''; } echo '', "\n";