mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 01:27:36 +01:00
Typo fixes. fixes #6155
git-svn-id: http://svn.automattic.com/wordpress/trunk@7257 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
2c535c4ca7
commit
553e8d935c
@ -9,7 +9,7 @@
|
||||
* @copyright Alexey Dotsenko
|
||||
* @author Alexey Dotsenko
|
||||
* @link http://www.phpclasses.org/browse/package/1743.html Site
|
||||
* @license LPGPL License http://www.opensource.org/licenses/lgpl-license.html
|
||||
* @license LGPL License http://www.opensource.org/licenses/lgpl-license.html
|
||||
*/
|
||||
class ftp extends ftp_base {
|
||||
|
||||
|
@ -9,7 +9,7 @@
|
||||
* @copyright Alexey Dotsenko
|
||||
* @author Alexey Dotsenko
|
||||
* @link http://www.phpclasses.org/browse/package/1743.html Site
|
||||
* @license LPGPL License http://www.opensource.org/licenses/lgpl-license.html
|
||||
* @license LGPL License http://www.opensource.org/licenses/lgpl-license.html
|
||||
*/
|
||||
class ftp extends ftp_base {
|
||||
|
||||
|
@ -9,7 +9,7 @@
|
||||
* @copyright Alexey Dotsenko
|
||||
* @author Alexey Dotsenko
|
||||
* @link http://www.phpclasses.org/browse/package/1743.html Site
|
||||
* @license LPGPL License http://www.opensource.org/licenses/lgpl-license.html
|
||||
* @license LGPL License http://www.opensource.org/licenses/lgpl-license.html
|
||||
*/
|
||||
if(!defined('CRLF')) define('CRLF',"\r\n");
|
||||
if(!defined("FTP_AUTOASCII")) define("FTP_AUTOASCII", -1);
|
||||
|
Loading…
Reference in New Issue
Block a user