diff options
author | VirtualTam <virtualtam@flibidi.net> | 2018-07-01 12:27:55 +0200 |
---|---|---|
committer | VirtualTam <virtualtam@flibidi.net> | 2018-07-12 21:48:48 +0200 |
commit | 1cafacfedd41ebd7bbf442a24a81b33cc24b1838 (patch) | |
tree | abd374074f07e4980daf1e8b32414a91a8b39d29 /index.php | |
parent | 81c801300b2912dc19a24314629ee550b1899d34 (diff) | |
download | Shaarli-1cafacfedd41ebd7bbf442a24a81b33cc24b1838.tar.gz Shaarli-1cafacfedd41ebd7bbf442a24a81b33cc24b1838.tar.zst Shaarli-1cafacfedd41ebd7bbf442a24a81b33cc24b1838.zip |
Docs: rename 'How-to' section to 'Guides'
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1103,7 +1103,7 @@ function renderPage($conf, $pluginManager, $LINKSDB, $history, $sessionManager, | |||
1103 | // Linkdate is kept here to: | 1103 | // Linkdate is kept here to: |
1104 | // - use the same permalink for notes as they're displayed when creating them | 1104 | // - use the same permalink for notes as they're displayed when creating them |
1105 | // - let users hack creation date of their posts | 1105 | // - let users hack creation date of their posts |
1106 | // See: https://shaarli.readthedocs.io/en/master/Various-hacks/#changing-the-timestamp-for-a-shaare | 1106 | // See: https://shaarli.readthedocs.io/en/master/guides/various-hacks/#changing-the-timestamp-for-a-shaare |
1107 | $linkdate = escape($_POST['lf_linkdate']); | 1107 | $linkdate = escape($_POST['lf_linkdate']); |
1108 | if (isset($LINKSDB[$id])) { | 1108 | if (isset($LINKSDB[$id])) { |
1109 | // Edit | 1109 | // Edit |