Ticket #6663: mattl.patch
| File mattl.patch, 158.1 kB (added by mattlgnu, 5 months ago) |
|---|
-
wp-pass.php
old new 1 /* 2 Copyright 2007, 2008 Automattic, Inc 3 4 This file is part of Wordpress. 5 6 Wordpress is free software: you can redistribute it and/or modify 7 it under the terms of the GNU General Public License as published by 8 the Free Software Foundation, either version 2 of the License, or 9 (at your option) any later version. 10 11 Wordpress is distributed in the hope that it will be useful, 12 but WITHOUT ANY WARRANTY; without even the implied warranty of 13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 GNU General Public License for more details. 15 16 You should have received a copy of the GNU General Public License 17 along with Wordpress. If not, see <http://www.gnu.org/licenses/>. 18 19 */ 20 1 21 <?php 2 22 require( dirname(__FILE__) . '/wp-config.php'); 3 23 -
wp-rss.php
old new 1 /* 2 Copyright 2007, 2008 Automattic, Inc 3 4 This file is part of Wordpress. 5 6 Wordpress is free software: you can redistribute it and/or modify 7 it under the terms of the GNU General Public License as published by 8 the Free Software Foundation, either version 2 of the License, or 9 (at your option) any later version. 10 11 Wordpress is distributed in the hope that it will be useful, 12 but WITHOUT ANY WARRANTY; without even the implied warranty of 13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 GNU General Public License for more details. 15 16 You should have received a copy of the GNU General Public License 17 along with Wordpress. If not, see <http://www.gnu.org/licenses/>. 18 19 */ 20 1 21 <?php 2 22 3 23 if (empty($wp)) { -
wp-comments-post.php
old new 1 /* 2 Copyright 2007, 2008 Automattic, Inc 3 4 This file is part of Wordpress. 5 6 Wordpress is free software: you can redistribute it and/or modify 7 it under the terms of the GNU General Public License as published by 8 the Free Software Foundation, either version 2 of the License, or 9 (at your option) any later version. 10 11 Wordpress is distributed in the hope that it will be useful, 12 but WITHOUT ANY WARRANTY; without even the implied warranty of 13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 GNU General Public License for more details. 15 16 You should have received a copy of the GNU General Public License 17 along with Wordpress. If not, see <http://www.gnu.org/licenses/>. 18 19 */ 20 1 21 <?php 2 22 if ( 'POST' != $_SERVER['REQUEST_METHOD'] ) { 3 23 header('Allow: POST'); -
wp-login.php
old new 1 /* 2 Copyright 2007, 2008 Automattic, Inc 3 4 This file is part of Wordpress. 5 6 Wordpress is free software: you can redistribute it and/or modify 7 it under the terms of the GNU General Public License as published by 8 the Free Software Foundation, either version 2 of the License, or 9 (at your option) any later version. 10 11 Wordpress is distributed in the hope that it will be useful, 12 but WITHOUT ANY WARRANTY; without even the implied warranty of 13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 GNU General Public License for more details. 15 16 You should have received a copy of the GNU General Public License 17 along with Wordpress. If not, see <http://www.gnu.org/licenses/>. 18 19 */ 20 1 21 <?php 2 22 require( dirname(__FILE__) . '/wp-config.php' ); 3 23 -
wp-blog-header.php
old new 1 /* 2 Copyright 2007, 2008 Automattic, Inc 3 4 This file is part of Wordpress. 5 6 Wordpress is free software: you can redistribute it and/or modify 7 it under the terms of the GNU General Public License as published by 8 the Free Software Foundation, either version 2 of the License, or 9 (at your option) any later version. 10 11 Wordpress is distributed in the hope that it will be useful, 12 but WITHOUT ANY WARRANTY; without even the implied warranty of 13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 GNU General Public License for more details. 15 16 You should have received a copy of the GNU General Public License 17 along with Wordpress. If not, see <http://www.gnu.org/licenses/>. 18 19 */ 20 1 21 <?php 2 22 3 23 if (! isset($wp_did_header)): -
wp-rdf.php
old new 1 /* 2 Copyright 2007, 2008 Automattic, Inc 3 4 This file is part of Wordpress. 5 6 Wordpress is free software: you can redistribute it and/or modify 7 it under the terms of the GNU General Public License as published by 8 the Free Software Foundation, either version 2 of the License, or 9 (at your option) any later version. 10 11 Wordpress is distributed in the hope that it will be useful, 12 but WITHOUT ANY WARRANTY; without even the implied warranty of 13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 GNU General Public License for more details. 15 16 You should have received a copy of the GNU General Public License 17 along with Wordpress. If not, see <http://www.gnu.org/licenses/>. 18 19 */ 20 1 21 <?php /* RDF 1.0 generator, original version by garym@teledyn.com */ 2 22 3 23 if (empty($wp)) { -
wp-app.php
old new 1 /* 2 Copyright 2007, 2008 Automattic, Inc 3 4 This file is part of Wordpress. 5 6 Wordpress is free software: you can redistribute it and/or modify 7 it under the terms of the GNU General Public License as published by 8 the Free Software Foundation, either version 2 of the License, or 9 (at your option) any later version. 10 11 Wordpress is distributed in the hope that it will be useful, 12 but WITHOUT ANY WARRANTY; without even the implied warranty of 13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 GNU General Public License for more details. 15 16 You should have received a copy of the GNU General Public License 17 along with Wordpress. If not, see <http://www.gnu.org/licenses/>. 18 19 */ 20 1 21 <?php 2 22 /* 3 23 * wp-app.php - Atom Publishing Protocol support for WordPress -
wp-includes/feed-rss2.php
old new 1 /* 2 Copyright 2007, 2008 Automattic, Inc 3 4 This file is part of Wordpress. 5 6 Wordpress is free software: you can redistribute it and/or modify 7 it under the terms of the GNU General Public License as published by 8 the Free Software Foundation, either version 2 of the License, or 9 (at your option) any later version. 10 11 Wordpress is distributed in the hope that it will be useful, 12 but WITHOUT ANY WARRANTY; without even the implied warranty of 13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 GNU General Public License for more details. 15 16 You should have received a copy of the GNU General Public License 17 along with Wordpress. If not, see <http://www.gnu.org/licenses/>. 18 19 */ 20 1 21 <?php 2 22 /** 3 23 * RSS2 Feed Template for displaying RSS2 Posts feed. -
wp-includes/default-filters.php
old new 1 /* 2 Copyright 2007, 2008 Automattic, Inc 3 4 This file is part of Wordpress. 5 6 Wordpress is free software: you can redistribute it and/or modify 7 it under the terms of the GNU General Public License as published by 8 the Free Software Foundation, either version 2 of the License, or 9 (at your option) any later version. 10 11 Wordpress is distributed in the hope that it will be useful, 12 but WITHOUT ANY WARRANTY; without even the implied warranty of 13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 GNU General Public License for more details. 15 16 You should have received a copy of the GNU General Public License 17 along with Wordpress. If not, see <http://www.gnu.org/licenses/>. 18 19 */ 20 1 21 <?php 2 22 /** 3 23 * Sets up the default filters and actions for most -
wp-includes/class-snoopy.php
old new 1 /* 2 Copyright 2007, 2008 Automattic, Inc 3 4 This file is part of Wordpress. 5 6 Wordpress is free software: you can redistribute it and/or modify 7 it under the terms of the GNU General Public License as published by 8 the Free Software Foundation, either version 2 of the License, or 9 (at your option) any later version. 10 11 Wordpress is distributed in the hope that it will be useful, 12 but WITHOUT ANY WARRANTY; without even the implied warranty of 13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 GNU General Public License for more details. 15 16 You should have received a copy of the GNU General Public License 17 along with Wordpress. If not, see <http://www.gnu.org/licenses/>. 18 19 */ 20 1 21 <?php 2 22 /** 3 23 * Snoopy - the PHP net client -
wp-includes/plugin.php
old new 1 /* 2 Copyright 2007, 2008 Automattic, Inc 3 4 This file is part of Wordpress. 5 6 Wordpress is free software: you can redistribute it and/or modify 7 it under the terms of the GNU General Public License as published by 8 the Free Software Foundation, either version 2 of the License, or 9 (at your option) any later version. 10 11 Wordpress is distributed in the hope that it will be useful, 12 but WITHOUT ANY WARRANTY; without even the implied warranty of 13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 GNU General Public License for more details. 15 16 You should have received a copy of the GNU General Public License 17 along with Wordpress. If not, see <http://www.gnu.org/licenses/>. 18 19 */ 20 1 21 <?php 2 22 /** 3 23 * The plugin API is located in this file, which allows for creating actions -
wp-includes/post-template.php
old new 1 /* 2 Copyright 2007, 2008 Automattic, Inc 3 4 This file is part of Wordpress. 5 6 Wordpress is free software: you can redistribute it and/or modify 7 it under the terms of the GNU General Public License as published by 8 the Free Software Foundation, either version 2 of the License, or 9 (at your option) any later version. 10 11 Wordpress is distributed in the hope that it will be useful, 12 but WITHOUT ANY WARRANTY; without even the implied warranty of 13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 GNU General Public License for more details. 15 16 You should have received a copy of the GNU General Public License 17 along with Wordpress. If not, see <http://www.gnu.org/licenses/>. 18 19 */ 20 1 21 <?php 2 22 3 23 // -
wp-includes/locale.php
old new 1 /* 2 Copyright 2007, 2008 Automattic, Inc 3 4 This file is part of Wordpress. 5 6 Wordpress is free software: you can redistribute it and/or modify 7 it under the terms of the GNU General Public License as published by 8 the Free Software Foundation, either version 2 of the License, or 9 (at your option) any later version. 10 11 Wordpress is distributed in the hope that it will be useful, 12 but WITHOUT ANY WARRANTY; without even the implied warranty of 13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 GNU General Public License for more details. 15 16 You should have received a copy of the GNU General Public License 17 along with Wordpress. If not, see <http://www.gnu.org/licenses/>. 18 19 */ 20 1 21 <?php 2 22 /** 3 23 * Date and Time Locale object -
wp-includes/feed-atom.php
old new 1 /* 2 Copyright 2007, 2008 Automattic, Inc 3 4 This file is part of Wordpress. 5 6 Wordpress is free software: you can redistribute it and/or modify 7 it under the terms of the GNU General Public License as published by 8 the Free Software Foundation, either version 2 of the License, or 9 (at your option) any later version. 10 11 Wordpress is distributed in the hope that it will be useful, 12 but WITHOUT ANY WARRANTY; without even the implied warranty of 13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 GNU General Public License for more details. 15 16 You should have received a copy of the GNU General Public License 17 along with Wordpress. If not, see <http://www.gnu.org/licenses/>. 18 19 */ 20 1 21 <?php 2 22 /** 3 23 * Atom Feed Template for displaying Atom Posts feed. -
wp-includes/category.php
old new 1 /* 2 Copyright 2007, 2008 Automattic, Inc 3 4 This file is part of Wordpress. 5 6 Wordpress is free software: you can redistribute it and/or modify 7 it under the terms of the GNU General Public License as published by 8 the Free Software Foundation, either version 2 of the License, or 9 (at your option) any later version. 10 11 Wordpress is distributed in the hope that it will be useful, 12 but WITHOUT ANY WARRANTY; without even the implied warranty of 13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 GNU General Public License for more details. 15 16 You should have received a copy of the GNU General Public License 17 along with Wordpress. If not, see <http://www.gnu.org/licenses/>. 18 19 */ 20 1 21 <?php 2 22 3 23 function get_all_category_ids() { -
wp-includes/taxonomy.php
old new 1 /* 2 Copyright 2007, 2008 Automattic, Inc 3 4 This file is part of Wordpress. 5 6 Wordpress is free software: you can redistribute it and/or modify 7 it under the terms of the GNU General Public License as published by 8 the Free Software Foundation, either version 2 of the License, or 9 (at your option) any later version. 10 11 Wordpress is distributed in the hope that it will be useful, 12 but WITHOUT ANY WARRANTY; without even the implied warranty of 13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 GNU General Public License for more details. 15 16 You should have received a copy of the GNU General Public License 17 along with Wordpress. If not, see <http://www.gnu.org/licenses/>. 18 19 */ 20 1 21 <?php 2 22 /** 3 23 * @package WordPress -
wp-includes/template-loader.php
old new 1 /* 2 Copyright 2007, 2008 Automattic, Inc 3 4 This file is part of Wordpress. 5 6 Wordpress is free software: you can redistribute it and/or modify 7 it under the terms of the GNU General Public License as published by 8 the Free Software Foundation, either version 2 of the License, or 9 (at your option) any later version. 10 11 Wordpress is distributed in the hope that it will be useful, 12 but WITHOUT ANY WARRANTY; without even the implied warranty of 13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 GNU General Public License for more details. 15 16 You should have received a copy of the GNU General Public License 17 along with Wordpress. If not, see <http://www.gnu.org/licenses/>. 18 19 */ 20 1 21 <?php 2 22 /** 3 23 * Loads the correct template based on the visitor's url -
wp-includes/update.php
old new 1 /* 2 Copyright 2007, 2008 Automattic, Inc 3 4 This file is part of Wordpress. 5 6 Wordpress is free software: you can redistribute it and/or modify 7 it under the terms of the GNU General Public License as published by 8 the Free Software Foundation, either version 2 of the License, or 9 (at your option) any later version. 10 11 Wordpress is distributed in the hope that it will be useful, 12 but WITHOUT ANY WARRANTY; without even the implied warranty of 13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 GNU General Public License for more details. 15 16 You should have received a copy of the GNU General Public License 17 along with Wordpress. If not, see <http://www.gnu.org/licenses/>. 18 19 */ 20 1 21 <?php 2 22 /** 3 23 * A simple set of functions to check our version 1.0 update service -
wp-includes/compat.php
old new 1 /* 2 Copyright 2007, 2008 Automattic, Inc 3 4 This file is part of Wordpress. 5 6 Wordpress is free software: you can redistribute it and/or modify 7 it under the terms of the GNU General Public License as published by 8 the Free Software Foundation, either version 2 of the License, or 9 (at your option) any later version. 10 11 Wordpress is distributed in the hope that it will be useful, 12 but WITHOUT ANY WARRANTY; without even the implied warranty of 13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 GNU General Public License for more details. 15 16 You should have received a copy of the GNU General Public License 17 along with Wordpress. If not, see <http://www.gnu.org/licenses/>. 18 19 */ 20 1 21 <?php 2 22 /** 3 23 * WordPress implementation for PHP functions missing from older PHP versions. -
wp-includes/class-pop3.php
old new 1 /* 2 Copyright 2007, 2008 Automattic, Inc 3 4 This file is part of Wordpress. 5 6 Wordpress is free software: you can redistribute it and/or modify 7 it under the terms of the GNU General Public License as published by 8 the Free Software Foundation, either version 2 of the License, or 9 (at your option) any later version. 10 11 Wordpress is distributed in the hope that it will be useful, 12 but WITHOUT ANY WARRANTY; without even the implied warranty of 13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 GNU General Public License for more details. 15 16 You should have received a copy of the GNU General Public License 17 along with Wordpress. If not, see <http://www.gnu.org/licenses/>. 18 19 */ 20 1 21 <?php 2 22 /** 3 23 * mail_fetch/setup.php -
wp-includes/class-phpmailer.php
old new 1 /* 2 Copyright 2007, 2008 Automattic, Inc 3 4 This file is part of Wordpress. 5 6 Wordpress is free software: you can redistribute it and/or modify 7 it under the terms of the GNU General Public License as published by 8 the Free Software Foundation, either version 2 of the License, or 9 (at your option) any later version. 10 11 Wordpress is distributed in the hope that it will be useful, 12 but WITHOUT ANY WARRANTY; without even the implied warranty of 13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 GNU General Public License for more details. 15 16 You should have received a copy of the GNU General Public License 17 along with Wordpress. If not, see <http://www.gnu.org/licenses/>. 18 19 */ 20 1 21 <?php 2 22 //////////////////////////////////////////////////// 3 23 // PHPMailer - PHP email class -
wp-includes/post.php
old new 1 /* 2 Copyright 2007, 2008 Automattic, Inc 3 4 This file is part of Wordpress. 5 6 Wordpress is free software: you can redistribute it and/or modify 7 it under the terms of the GNU General Public License as published by 8 the Free Software Foundation, either version 2 of the License, or 9 (at your option) any later version. 10 11 Wordpress is distributed in the hope that it will be useful, 12 but WITHOUT ANY WARRANTY; without even the implied warranty of 13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 GNU General Public License for more details. 15 16 You should have received a copy of the GNU General Public License 17 along with Wordpress. If not, see <http://www.gnu.org/licenses/>. 18 19 */ 20 1 21 <?php 2 22 /** 3 23 * Post functions and post utility function -
wp-includes/version.php
old new 1 /* 2 Copyright 2007, 2008 Automattic, Inc 3 4 This file is part of Wordpress. 5 6 Wordpress is free software: you can redistribute it and/or modify 7 it under the terms of the GNU General Public License as published by 8 the Free Software Foundation, either version 2 of the License, or 9 (at your option) any later version. 10 11 Wordpress is distributed in the hope that it will be useful, 12 but WITHOUT ANY WARRANTY; without even the implied warranty of 13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 GNU General Public License for more details. 15 16 You should have received a copy of the GNU General Public License 17 along with Wordpress. If not, see <http://www.gnu.org/licenses/>. 18 19 */ 20 1 21 <?php 2 22 /** 3 23 * This holds the version number in a separate file so we can bump it without cluttering the SVN -
wp-includes/theme.php
old new 1 /* 2 Copyright 2007, 2008 Automattic, Inc 3 4 This file is part of Wordpress. 5 6 Wordpress is free software: you can redistribute it and/or modify 7 it under the terms of the GNU General Public License as published by 8 the Free Software Foundation, either version 2 of the License, or 9 (at your option) any later version. 10 11 Wordpress is distributed in the hope that it will be useful, 12 but WITHOUT ANY WARRANTY; without even the implied warranty of 13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 GNU General Public License for more details. 15 16 You should have received a copy of the GNU General Public License 17 along with Wordpress. If not, see <http://www.gnu.org/licenses/>. 18 19 */ 20 1 21 <?php 2 22 /* 3 23 * Theme/template/stylesheet functions. -
wp-includes/comment.php
old new 1 /* 2 Copyright 2007, 2008 Automattic, Inc 3 4 This file is part of Wordpress. 5 6 Wordpress is free software: you can redistribute it and/or modify 7 it under the terms of the GNU General Public License as published by 8 the Free Software Foundation, either version 2 of the License, or 9 (at your option) any later version. 10 11 Wordpress is distributed in the hope that it will be useful, 12 but WITHOUT ANY WARRANTY; without even the implied warranty of 13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 GNU General Public License for more details. 15 16 You should have received a copy of the GNU General Public License 17 along with Wordpress. If not, see <http://www.gnu.org/licenses/>. 18 19 */ 20 1 21 <?php 2 22 /** 3 23 * Manages WordPress comments -
wp-includes/class-IXR.php
old new 1 /* 2 Copyright 2007, 2008 Automattic, Inc 3 4 This file is part of Wordpress. 5 6 Wordpress is free software: you can redistribute it and/or modify 7 it under the terms of the GNU General Public License as published by 8 the Free Software Foundation, either version 2 of the License, or 9 (at your option) any later version. 10 11 Wordpress is distributed in the hope that it will be useful, 12 but WITHOUT ANY WARRANTY; without even the implied warranty of 13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 GNU General Public License for more details. 15 16 You should have received a copy of the GNU General Public License 17 along with Wordpress. If not, see <http://www.gnu.org/licenses/>. 18 19 */ 20 1 21 <?php 2 22 /** 3 23 * IXR - The Inutio XML-RPC Library -
wp-includes/feed-rss.php
old new 1 /* 2 Copyright 2007, 2008 Automattic, Inc 3 4 This file is part of Wordpress. 5 6 Wordpress is free software: you can redistribute it and/or modify 7 it under the terms of the GNU General Public License as published by 8 the Free Software Foundation, either version 2 of the License, or 9 (at your option) any later version. 10 11 Wordpress is distributed in the hope that it will be useful, 12 but WITHOUT ANY WARRANTY; without even the implied warranty of 13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 GNU General Public License for more details. 15 16 You should have received a copy of the GNU General Public License 17 along with Wordpress. If not, see <http://www.gnu.org/licenses/>. 18 19 */ 20 1 21 <?php 2 22 /** 3 23 * RSS 0.92 Feed Template for displaying RSS 0.92 Posts feed. -
wp-includes/functions.php
old new 1 /* 2 Copyright 2007, 2008 Automattic, Inc 3 4 This file is part of Wordpress. 5 6 Wordpress is free software: you can redistribute it and/or modify 7 it under the terms of the GNU General Public License as published by 8 the Free Software Foundation, either version 2 of the License, or 9 (at your option) any later version. 10 11 Wordpress is distributed in the hope that it will be useful, 12 but WITHOUT ANY WARRANTY; without even the implied warranty of 13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 GNU General Public License for more details. 15 16 You should have received a copy of the GNU General Public License 17 along with Wordpress. If not, see <http://www.gnu.org/licenses/>. 18 19 */ 20 1 21 <?php 2 22 3 23 function mysql2date( $dateformatstring, $mysqlstring, $translate = true ) { -
wp-includes/registration.php
old new 1 /* 2 Copyright 2007, 2008 Automattic, Inc 3 4 This file is part of Wordpress. 5 6 Wordpress is free software: you can redistribute it and/or modify 7 it under the terms of the GNU General Public License as published by 8 the Free Software Foundation, either version 2 of the License, or 9 (at your option) any later version. 10 11 Wordpress is distributed in the hope that it will be useful, 12 but WITHOUT ANY WARRANTY; without even the implied warranty of 13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 GNU General Public License for more details. 15 16 You should have received a copy of the GNU General Public License 17 along with Wordpress. If not, see <http://www.gnu.org/licenses/>. 18 19 */ 20 1 21 <?php 2 22 /** 3 23 * User Registration API -
wp-includes/l10n.php
old new 1 /* 2 Copyright 2007, 2008 Automattic, Inc 3 4 This file is part of Wordpress. 5 6 Wordpress is free software: you can redistribute it and/or modify 7 it under the terms of the GNU General Public License as published by 8 the Free Software Foundation, either version 2 of the License, or 9 (at your option) any later version. 10 11 Wordpress is distributed in the hope that it will be useful, 12 but WITHOUT ANY WARRANTY; without even the implied warranty of 13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 GNU General Public License for more details. 15 16 You should have received a copy of the GNU General Public License 17 along with Wordpress. If not, see <http://www.gnu.org/licenses/>. 18 19 */ 20 1 21 <?php 2 22 /** 3 23 * WordPress Translation API -
wp-includes/vars.php
old new 1 /* 2 Copyright 2007, 2008 Automattic, Inc 3 4 This file is part of Wordpress. 5 6 Wordpress is free software: you can redistribute it and/or modify 7 it under the terms of the GNU General Public License as published by 8 the Free Software Foundation, either version 2 of the License, or 9 (at your option) any later version. 10 11 Wordpress is distributed in the hope that it will be useful, 12 but WITHOUT ANY WARRANTY; without even the implied warranty of 13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 GNU General Public License for more details. 15 16 You should have received a copy of the GNU General Public License 17 along with Wordpress. If not, see <http://www.gnu.org/licenses/>. 18 19 */ 20 1 21 <?php 2 22 /** 3 23 * Creates common globals for the rest of WordPress -
wp-includes/comment-template.php
old new 1 /* 2 Copyright 2007, 2008 Automattic, Inc 3 4 This file is part of Wordpress. 5 6 Wordpress is free software: you can redistribute it and/or modify 7 it under the terms of the GNU General Public License as published by 8 the Free Software Foundation, either version 2 of the License, or 9 (at your option) any later version. 10 11 Wordpress is distributed in the hope that it will be useful, 12 but WITHOUT ANY WARRANTY; without even the implied warranty of 13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 GNU General Public License for more details. 15 16 You should have received a copy of the GNU General Public License 17 along with Wordpress. If not, see <http://www.gnu.org/licenses/>. 18 19 */ 20 1 21 <?php 2 22 /** 3 23 * Comment template functions -
wp-includes/feed-rdf.php
old new 1 /* 2 Copyright 2007, 2008 Automattic, Inc 3 4 This file is part of Wordpress. 5 6 Wordpress is free software: you can redistribute it and/or modify 7 it under the terms of the GNU General Public License as published by 8 the Free Software Foundation, either version 2 of the License, or 9 (at your option) any later version. 10 11 Wordpress is distributed in the hope that it will be useful, 12 but WITHOUT ANY WARRANTY; without even the implied warranty of 13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 GNU General Public License for more details. 15 16 You should have received a copy of the GNU General Public License 17 along with Wordpress. If not, see <http://www.gnu.org/licenses/>. 18 19 */ 20 1 21 <?php 2 22 /** 3 23 * RSS 1 RDF Feed Template for displaying RSS 1 Posts feed. -
wp-includes/shortcodes.php
old new 1 /* 2 Copyright 2007, 2008 Automattic, Inc 3 4 This file is part of Wordpress. 5 6 Wordpress is free software: you can redistribute it and/or modify 7 it under the terms of the GNU General Public License as published by 8 the Free Software Foundation, either version 2 of the License, or 9 (at your option) any later version. 10 11 Wordpress is distributed in the hope that it will be useful, 12 but WITHOUT ANY WARRANTY; without even the implied warranty of 13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 GNU General Public License for more details. 15 16 You should have received a copy of the GNU General Public License 17 along with Wordpress. If not, see <http://www.gnu.org/licenses/>. 18 19 */ 20 1 21 <?php 2 22 3 23 /* -
wp-includes/rss-functions.php
old new 1 /* 2 Copyright 2007, 2008 Automattic, Inc 3 4 This file is part of Wordpress. 5 6 Wordpress is free software: you can redistribute it and/or modify 7 it under the terms of the GNU General Public License as published by 8 the Free Software Foundation, either version 2 of the License, or 9 (at your option) any later version. 10 11 Wordpress is distributed in the hope that it will be useful, 12 but WITHOUT ANY WARRANTY; without even the implied warranty of 13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 GNU General Public License for more details. 15 16 You should have received a copy of the GNU General Public License 17 along with Wordpress. If not, see <http://www.gnu.org/licenses/>. 18 19 */ 20 1 21 <?php 2 22 /** 3 23 * Deprecated. Use rss.php instead. -
wp-includes/bookmark-template.php
old new 1 /* 2 Copyright 2007, 2008 Automattic, Inc 3 4 This file is part of Wordpress. 5 6 Wordpress is free software: you can redistribute it and/or modify 7 it under the terms of the GNU General Public License as published by 8 the Free Software Foundation, either version 2 of the License, or 9 (at your option) any later version. 10 11 Wordpress is distributed in the hope that it will be useful, 12 but WITHOUT ANY WARRANTY; without even the implied warranty of 13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 GNU General Public License for more details. 15 16 You should have received a copy of the GNU General Public License 17 along with Wordpress. If not, see <http://www.gnu.org/licenses/>. 18 19 */ 20 1 21 <?php 2 22 /** 3 23 * Bookmark Template Functions for usage in Themes -
wp-includes/streams.php
old new 1 /* 2 Copyright 2007, 2008 Automattic, Inc 3 4 This file is part of Wordpress. 5 6 Wordpress is free software: you can redistribute it and/or modify 7 it under the terms of the GNU General Public License as published by 8 the Free Software Foundation, either version 2 of the License, or 9 (at your option) any later version. 10 11 Wordpress is distributed in the hope that it will be useful, 12 but WITHOUT ANY WARRANTY; without even the implied warranty of 13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 GNU General Public License for more details. 15 16 You should have received a copy of the GNU General Public License 17 along with Wordpress. If not, see <http://www.gnu.org/licenses/>. 18 19 */ 20 1 21 <?php 2 22 /** 3 23 * PHP-Gettext External Library: StreamReader classes -
wp-includes/user.php
old new 1 /* 2 Copyright 2007, 2008 Automattic, Inc 3 4 This file is part of Wordpress. 5 6 Wordpress is free software: you can redistribute it and/or modify 7 it under the terms of the GNU General Public License as published by 8 the Free Software Foundation, either version 2 of the License, or 9 (at your option) any later version. 10 11 Wordpress is distributed in the hope that it will be useful, 12 but WITHOUT ANY WARRANTY; without even the implied warranty of 13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 GNU General Public License for more details. 15 16 You should have received a copy of the GNU General Public License 17 along with Wordpress. If not, see <http://www.gnu.org/licenses/>. 18 19 */ 20 1 21 <?php 2 22 3 23 function wp_signon( $credentials = '' ) { -
wp-includes/media.php
old new 1 /* 2 Copyright 2007, 2008 Automattic, Inc 3 4 This file is part of Wordpress. 5 6 Wordpress is free software: you can redistribute it and/or modify 7 it under the terms of the GNU General Public License as published by 8 the Free Software Foundation, either version 2 of the License, or 9 (at your option) any later version. 10 11 Wordpress is distributed in the hope that it will be useful, 12 but WITHOUT ANY WARRANTY; without even the implied warranty of 13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 GNU General Public License for more details. 15 16 You should have received a copy of the GNU General Public License 17 along with Wordpress. If not, see <http://www.gnu.org/licenses/>. 18 19 */ 20 1 21 <?php 2 22 3 23 // functions for media display -
wp-includes/registration-functions.php
old new 1 /* 2 Copyright 2007, 2008 Automattic, Inc 3 4 This file is part of Wordpress. 5 6 Wordpress is free software: you can redistribute it and/or modify 7 it under the terms of the GNU General Public License as published by 8 the Free Software Foundation, either version 2 of the License, or 9 (at your option) any later version. 10 11 Wordpress is distributed in the hope that it will be useful, 12 but WITHOUT ANY WARRANTY; without even the implied warranty of 13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 GNU General Public License for more details. 15 16 You should have received a copy of the GNU General Public License 17 along with Wordpress. If not, see <http://www.gnu.org/licenses/>. 18 19 */ 20 1 21 <?php 2 22 /** 3 23 * Deprecated. Use registration.php. -
wp-includes/feed-atom-comments.php
old new 1 /* 2 Copyright 2007, 2008 Automattic, Inc 3 4 This file is part of Wordpress. 5 6 Wordpress is free software: you can redistribute it and/or modify 7 it under the terms of the GNU General Public License as published by 8 the Free Software Foundation, either version 2 of the License, or 9 (at your option) any later version. 10 11 Wordpress is distributed in the hope that it will be useful, 12 but WITHOUT ANY WARRANTY; without even the implied warranty of 13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 GNU General Public License for more details. 15 16 You should have received a copy of the GNU General Public License 17 along with Wordpress. If not, see <http://www.gnu.org/licenses/>. 18 19 */ 20 1 21 <?php 2 22 /** 3 23 * Atom Feed Template for displaying Atom Comments feed. -
wp-includes/class-phpass.php
old new 1 /* 2 Copyright 2007, 2008 Automattic, Inc 3 4 This file is part of Wordpress. 5 6 Wordpress is free software: you can redistribute it and/or modify 7 it under the terms of the GNU General Public License as published by 8 the Free Software Foundation, either version 2 of the License, or 9 (at your option) any later version. 10 11 Wordpress is distributed in the hope that it will be useful, 12 but WITHOUT ANY WARRANTY; without even the implied warranty of 13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 GNU General Public License for more details. 15 16 You should have received a copy of the GNU General Public License 17 along with Wordpress. If not, see <http://www.gnu.org/licenses/>. 18 19 */ 20 1 21 <?php 2 22 /** 3 23 * Portable PHP password hashing framework. -
wp-includes/cache.php
old new 1 /* 2 Copyright 2007, 2008 Automattic, Inc 3 4 This file is part of Wordpress. 5 6 Wordpress is free software: you can redistribute it and/or modify 7 it under the terms of the GNU General Public License as published by 8 the Free Software Foundation, either version 2 of the License, or 9 (at your option) any later version. 10 11 Wordpress is distributed in the hope that it will be useful, 12 but WITHOUT ANY WARRANTY; without even the implied warranty of 13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 GNU General Public License for more details. 15 16 You should have received a copy of the GNU General Public License 17 along with Wordpress. If not, see <http://www.gnu.org/licenses/>. 18 19 */ 20 1 21 <?php 2 22 /** 3 23 * Object Cache API -
wp-includes/bookmark.php
old new 1 /* 2 Copyright 2007, 2008 Automattic, Inc 3 4 This file is part of Wordpress. 5 6 Wordpress is free software: you can redistribute it and/or modify 7 it under the terms of the GNU General Public License as published by 8 the Free Software Foundation, either version 2 of the License, or 9 (at your option) any later version. 10 11 Wordpress is distributed in the hope that it will be useful, 12 but WITHOUT ANY WARRANTY; without even the implied warranty of 13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 GNU General Public License for more details. 15 16 You should have received a copy of the GNU General Public License 17 along with Wordpress. If not, see <http://www.gnu.org/licenses/>. 18 19 */ 20 1 21 <?php 2 22 /** 3 23 * Link/Bookmark API -
wp-includes/query.php
old new 1 /* 2 Copyright 2007, 2008 Automattic, Inc 3 4 This file is part of Wordpress. 5 6 Wordpress is free software: you can redistribute it and/or modify 7 it under the terms of the GNU General Public License as published by 8 the Free Software Foundation, either version 2 of the License, or 9 (at your option) any later version. 10 11 Wordpress is distributed in the hope that it will be useful, 12 but WITHOUT ANY WARRANTY; without even the implied warranty of 13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 GNU General Public License for more details. 15 16 You should have received a copy of the GNU General Public License 17 along with Wordpress. If not, see <http://www.gnu.org/licenses/>. 18 19 */ 20 1 21 <?php 2 22 3 23 /* -
wp-includes/link-template.php
old new 1 /* 2 Copyright 2007, 2008 Automattic, Inc 3 4 This file is part of Wordpress. 5 6 Wordpress is free software: you can redistribute it and/or modify 7 it under the terms of the GNU General Public License as published by 8 the Free Software Foundation, either version 2 of the License, or 9
