We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9cfa483 + 2214d38 commit 2ac78cdCopy full SHA for 2ac78cd
php-mode.el
@@ -299,13 +299,11 @@ parent. Set this variable to t if you want to use
299
enabled."
300
:type 'boolean)
301
302
-(defcustom php-site-url "https://secure.php.net/"
+(defcustom php-site-url "https://php.net/"
303
"Default PHP.net site URL.
304
305
-The URL to use open PHP manual and search word.
306
-You can find a mirror site closer to you."
307
- :type 'string
308
- :link '(url-link :tag "List of Mirror Sites" "https://secure.php.net/mirrors.php"))
+The URL to use open PHP manual and search word."
+ :type 'string)
309
310
(defcustom php-manual-url 'en
311
"URL at which to find PHP manual.
0 commit comments