summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwn_ <[email protected]>2021-03-20 14:38:06 +0000
committerwn_ <[email protected]>2021-03-20 14:38:06 +0000
commit9d2fc1dc58c5d8d6731b8cd4bc837e3d5c7a276b (patch)
tree4c5d4134429bce689e72b27cf574bbf01c5d1907
parent33dbc29ff535d298857dcb935d0ac68981e1d73f (diff)
Link to 'classes/config.php' for config item descriptions.
-rw-r--r--init.php9
1 files changed, 8 insertions, 1 deletions
diff --git a/init.php b/init.php
index 285db11..2e171db 100644
--- a/init.php
+++ b/init.php
@@ -11,7 +11,7 @@ class Prefs_Effective_Config extends Plugin {
function about() {
return [
- 0.7, // version
+ 0.8, // version
'Shows your effective tt-rss config @ Preferences --> System', // description
'wn', // author
false, // is system
@@ -57,6 +57,13 @@ class Prefs_Effective_Config extends Plugin {
#config-items-list td:not(:last-child) { border-right: 1px solid #ccc; }
</style>
+ <p>
+ ${__('Configuration item descriptions may be found in %s.')
+ .replace('%s',
+ '<a target="_blank" rel="noreferrer noopener" href="https://git.tt-rss.org/fox/tt-rss/src/branch/master/classes/config.php">classes/config.php</a>')
+ }
+ </p>
+
<table id='config-items-list'>
<thead>
<tr>