mirror of
https://github.com/wilr/silverstripe-googlesitemaps.git
synced 2024-10-22 09:05:48 +00:00
BUGFIX #5035 Fixed broken link to priorities help in Google Sitemap tab for each page in CMS, link now also opens in a new tab/window
This commit is contained in:
parent
a8d1e91ddf
commit
33686e4d98
@ -45,7 +45,7 @@ class GoogleSitemapDecorator extends SiteTreeDecorator {
|
||||
'SiteTree.METANOTEPRIORITY',
|
||||
"Manually specify a Google Sitemaps priority for this page (%s)"
|
||||
),
|
||||
'<a href="https://www.google.com/webmasters/tools/docs/en/protocol.html#prioritydef">?</a>'
|
||||
'<a href="http://www.google.com/support/webmasters/bin/answer.py?hl=en&answer=71936#prioritize" target="_blank">?</a>'
|
||||
) .
|
||||
"</p>"
|
||||
),
|
||||
|
Loading…
x
Reference in New Issue
Block a user