diff options
author | Mattes D <github@xoft.cz> | 2016-12-25 18:29:21 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-25 18:29:21 +0100 |
commit | b3b723b4531a3781ab847a2652cf192303e78941 (patch) | |
tree | c7c3169575541c662438834973a5c7fc34188a70 /Server/Plugins/APIDump/Classes | |
parent | Updated links and docs (#3488) (diff) | |
download | cuberite-b3b723b4531a3781ab847a2652cf192303e78941.tar cuberite-b3b723b4531a3781ab847a2652cf192303e78941.tar.gz cuberite-b3b723b4531a3781ab847a2652cf192303e78941.tar.bz2 cuberite-b3b723b4531a3781ab847a2652cf192303e78941.tar.lz cuberite-b3b723b4531a3781ab847a2652cf192303e78941.tar.xz cuberite-b3b723b4531a3781ab847a2652cf192303e78941.tar.zst cuberite-b3b723b4531a3781ab847a2652cf192303e78941.zip |
Diffstat (limited to 'Server/Plugins/APIDump/Classes')
-rw-r--r-- | Server/Plugins/APIDump/Classes/WebAdmin.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Server/Plugins/APIDump/Classes/WebAdmin.lua b/Server/Plugins/APIDump/Classes/WebAdmin.lua index 583278e5f..f6ebe9da7 100644 --- a/Server/Plugins/APIDump/Classes/WebAdmin.lua +++ b/Server/Plugins/APIDump/Classes/WebAdmin.lua @@ -121,6 +121,7 @@ return GetURLEncodedString = { IsStatic = true, + ObsoletedBy = "cUrlParser:UrlEncode", Params = { { @@ -134,7 +135,7 @@ return Type = "string", }, }, - Notes = "Returns the string given to it escaped by URL encoding, which makes the string suitable for transmission in an URL. Invalid characters are turned into \"%xy\" values.", + Notes = "<b>OBSOLETE</b> - use {{cUrlParser}}:UrlEncode() instead.<br/>Returns the string given to it escaped by URL encoding, which makes the string suitable for transmission in an URL. Invalid characters are turned into \"%xy\" values.", }, Reload = { |