Ticket #14726: 14726.patch
File 14726.patch, 5.3 KB (added by , 13 years ago) |
---|
-
wp-admin/includes/class-ftp-pure.php
9 9 * @copyright Alexey Dotsenko 10 10 * @author Alexey Dotsenko 11 11 * @link http://www.phpclasses.org/browse/package/1743.html Site 12 * @license LGPL License http://www.opensource.org/licenses/lgpl-license.html12 * @license http://www.gnu.org/licenses/lgpl.html LGPL 13 13 */ 14 14 15 15 /** … … 23 23 * @copyright Alexey Dotsenko 24 24 * @author Alexey Dotsenko 25 25 * @link http://www.phpclasses.org/browse/package/1743.html Site 26 * @license LGPL License http://www.opensource.org/licenses/lgpl-license.html26 * @license http://www.gnu.org/licenses/lgpl.html LGPL 27 27 */ 28 28 class ftp extends ftp_base { 29 29 -
wp-admin/includes/class-ftp-sockets.php
9 9 * @copyright Alexey Dotsenko 10 10 * @author Alexey Dotsenko 11 11 * @link http://www.phpclasses.org/browse/package/1743.html Site 12 * @license LGPL License http://www.opensource.org/licenses/lgpl-license.html12 * @license http://www.gnu.org/licenses/lgpl.html LGPL 13 13 */ 14 14 15 15 /** … … 23 23 * @copyright Alexey Dotsenko 24 24 * @author Alexey Dotsenko 25 25 * @link http://www.phpclasses.org/browse/package/1743.html Site 26 * @license LGPL License http://www.opensource.org/licenses/lgpl-license.html26 * @license http://www.gnu.org/licenses/lgpl.html LGPL 27 27 */ 28 28 class ftp extends ftp_base { 29 29 -
wp-admin/includes/class-ftp.php
9 9 * @copyright Alexey Dotsenko 10 10 * @author Alexey Dotsenko 11 11 * @link http://www.phpclasses.org/browse/package/1743.html Site 12 * @license LGPL License http://www.opensource.org/licenses/lgpl-license.html12 * @license http://www.gnu.org/licenses/lgpl.html LGPL 13 13 */ 14 14 15 15 /** -
wp-includes/class-IXR.php
10 10 * @author Simon Willison 11 11 * @link http://scripts.incutio.com/xmlrpc/ Site 12 12 * @link http://scripts.incutio.com/xmlrpc/manual.php Manual 13 * @license BSD License http://www.opensource.org/licenses/bsd-license.php13 * @license http://www.opensource.org/licenses/bsd-license.php BSD 14 14 */ 15 15 16 16 /** -
wp-includes/class-json.php
52 52 * @author Brett Stimmerman <brettstimmerman[at]gmail[dot]com> 53 53 * @copyright 2005 Michal Migurski 54 54 * @version CVS: $Id: JSON.php 288200 2009-09-09 15:41:29Z alan_k $ 55 * @license http://www.opensource.org/licenses/bsd-license.php 55 * @license http://www.opensource.org/licenses/bsd-license.php BSD 56 56 * @link http://pear.php.net/pepr/pepr-proposal-show.php?id=198 57 57 */ 58 58 -
wp-includes/class-simplepie.php
40 40 * @author Geoffrey Sneddon 41 41 * @link http://simplepie.org/ SimplePie 42 42 * @link http://simplepie.org/support/ Please submit all bug reports and feature requests to the SimplePie forums 43 * @license http://www.opensource.org/licenses/bsd-license.php BSD License43 * @license http://www.opensource.org/licenses/bsd-license.php BSD 44 44 * @todo phpDoc comments 45 45 */ 46 46 … … 12312 12312 * 12313 12313 * @package SimplePie 12314 12314 * @copyright 2003-2005 The PHP Group 12315 * @license http://www.opensource.org/licenses/bsd-license.php 12315 * @license http://www.opensource.org/licenses/bsd-license.php BSD 12316 12316 * @link http://pear.php.net/package/Net_IPv6 12317 12317 * @author Alexander Merz <alexander.merz@web.de> 12318 12318 * @author elfrink at introweb dot nl -
wp-includes/formatting.php
980 980 * @since 2.0.4 981 981 * 982 982 * @author Leonard Lin <leonard@acm.org> 983 * @license GPL983 * @license http://www.gnu.org/licenses/gpl.html GPL 984 984 * @copyright November 4, 2001 985 985 * @version 1.1 986 986 * @todo Make better - change loop condition to $text in 1.2 -
wp-includes/rss.php
6 6 * 7 7 * @author Kellan Elliott-McCrea <kellan@protest.net> 8 8 * @version 0.51 9 * @license GPL9 * @license http://www.gnu.org/licenses/gpl.html GPL 10 10 * 11 11 * @package External 12 12 * @subpackage MagpieRSS -
xmlrpc.php
2 2 /** 3 3 * XML-RPC protocol support for WordPress 4 4 * 5 * @license GPL v2 <./license.txt>5 * @license http://www.gnu.org/licenses/gpl-2.0.html GPL v2 6 6 * @package WordPress 7 7 */ 8 8