Ticket #6663: mattl.patch
File mattl.patch, 158.1 KB (added by , 17 years ago) |
---|
-
wp-pass.php
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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/wp-db.php
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 // WordPress DB Class 3 23 -
wp-includes/formatting.php
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 wptexturize($text) { -
wp-includes/author-template.php
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 * Author Template functions for use in themes. -
wp-includes/feed-rss2-comments.php
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 Comments feed. -
wp-includes/rewrite.php
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_Rewrite API -
wp-includes/gettext.php
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: gettext_reader class -
wp-includes/general-template.php
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 /* Note: these tags go anywhere in the template */ -
wp-includes/atomlib.php
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 Syndication Format PHP Library -
wp-includes/canonical.php
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 * Canonical API to handle WordPress Redirecting -
wp-includes/capabilities.php
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 class WP_Roles { -
wp-includes/classes.php
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 class WP { -
wp-includes/deprecated.php
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 functions from past WordPress versions -
wp-includes/cron.php
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_schedule_single_event( $timestamp, $hook, $args = array()) { -
wp-includes/pluggable.php
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 * These functions can be replaced via plugins. They are loaded after -
wp-includes/feed.php
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_bloginfo_rss($show = '') { -
wp-includes/kses.php
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 * HTML/XHTML filter that only allows some elements and attributes -
wp-includes/widgets.php
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 /* Global Variables */ -
wp-includes/rss.php
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 * MagpieRSS: a simple RSS integration tool -
wp-includes/script-loader.php
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 class WP_Scripts { 3 23 var $scripts = array(); -
wp-includes/category-template.php
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_category_children($id, $before = '/', $after = '') { -
wp-includes/class-smtp.php
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 // SMTP - PHP SMTP class -
xmlrpc.php
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 define('XMLRPC_REQUEST', true); -
wp-mail.php
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 -
index.php
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 /* Short and sweet */ 3 23 define('WP_USE_THEMES', true); -
wp-register.php
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 file is deprecated, but you shouldn't have been linking to it directly anyway :P -
wp-config-sample.php
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 // ** MySQL settings ** // 3 23 define('DB_NAME', 'putyourdbnamehere'); // The name of the database -
wp-links-opml.php
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-trackback.php
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-rss2.php
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-commentsrss2.php
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-atom.php
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-settings.php
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 * Used to setup and fix common variables and include -
wp-cron.php
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 ignore_user_abort(true); 3 23 define('DOING_CRON', TRUE); -
wp-admin/options-head.php
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 wp_reset_vars(array('action', 'standalone', 'option_group_id')); ?> 2 22 3 23 <?php if (isset($_GET['updated'])) : ?> -
wp-admin/menu-header.php
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 $self = preg_replace('|^.*/wp-admin/|i', '', $_SERVER['PHP_SELF']); 3 23 $self = preg_replace('|^.*/plugins/|i', '', $self); -
wp-admin/update-links.php
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_once('../wp-config.php'); 3 23 require_once( ABSPATH . 'wp-includes/class-snoopy.php'); -
wp-admin/users.php
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_once('admin.php'); 3 23 require_once( ABSPATH . WPINC . '/registration.php'); -
wp-admin/edit-link-categories.php
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_once('admin.php'); 3 23 -
wp-admin/options-privacy.php
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_once('./admin.php'); 3 23 -
wp-admin/edit-comments.php
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_once('admin.php'); 3 23 -
wp-admin/admin-ajax.php
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 define('DOING_AJAX', true); 3 23 -
wp-admin/post-new.php
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_once('admin.php'); 3 23 $title = __('Create New Post'); -
wp-admin/edit-tags.php
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_once('admin.php'); 3 23 -
wp-admin/update.php
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 require_once('admin.php'); -
wp-admin/install-helper.php
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_once(dirname(dirname(__FILE__)).'/wp-config.php'); 3 23 $debug = 0; -
wp-admin/post.php
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_once('admin.php'); 3 23 -
wp-admin/theme-editor.php
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_once('admin.php'); 3 23 -
wp-admin/admin.php
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 define('WP_ADMIN', TRUE); 3 23 -
wp-admin/upgrade-functions.php
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 // Deprecated. Use includes/upgrade.php. 3 23 _deprecated_file( basename(__FILE__), '2.5', 'wp-admin/includes/upgrade.php' ); -
wp-admin/admin-functions.php
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 // Deprecated. Use includes/admin.php. 3 23 _deprecated_file( basename(__FILE__), '2.5', 'wp-admin/includes/admin.php' ); -
wp-admin/async-upload.php
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 accepts file uploads from swfupload or other asynchronous upload methods. -
wp-admin/custom-header.php
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 class Custom_Image_Header { -
wp-admin/edit-page-form.php
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 ( isset($_GET['message']) ) 3 23 $_GET['message'] = absint( $_GET['message'] ); -
wp-admin/edit-post-rows.php
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 if ( ! defined('ABSPATH') ) die(); ?> 2 22 <table class="widefat"> 3 23 <thead> -
wp-admin/moderation.php
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_once('../wp-config.php'); 3 23 wp_redirect('edit-comments.php?comment_status=moderated'); -
wp-admin/media-upload.php
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_once('admin.php'); 3 23 wp_enqueue_script('swfupload'); -
wp-admin/comment.php
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_once('admin.php'); 3 23 -
wp-admin/edit-attachment-rows.php
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 if ( ! defined('ABSPATH') ) die(); ?> 2 22 <table class="widefat"> 3 23 <thead> -
wp-admin/options-general.php
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_once('./admin.php'); 3 23 -
wp-admin/index.php
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 require_once('admin.php'); -
wp-admin/link-category.php
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_once('admin.php'); 3 23 -
wp-admin/media.php
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 require_once('admin.php'); -
wp-admin/edit-link-form.php
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 ( ! empty($link_id) ) { 3 23 $heading = __('Edit Link'); -
wp-admin/import/btt.php
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 class BunnyTags_Import { -
wp-admin/import/wp-cat2tag.php
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 class WP_Categories_to_Tags { -
wp-admin/import/livejournal.php
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 class LJ_Import { -
wp-admin/import/jkw.php
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 class JeromesKeyword_Import { -
wp-admin/import/dotclear.php
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 * DotClear import plugin -
wp-admin/import/utw.php
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 class UTW_Import { -
wp-admin/import/mt.php
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 class MT_Import { -
wp-admin/import/blogger.php
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 define( 'MAX_RESULTS', 50 ); // How many records per GData query -
wp-admin/import/blogware.php
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 /* By Shayne Sweeney - http://www.theshayne.com/ */ -
wp-admin/import/textpattern.php
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 Add These Functions to make our lives easier -
wp-admin/import/greymatter.php
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 class GM_Import { -
wp-admin/import/stp.php
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 class STP_Import { 3 23 function header() { -
wp-admin/import/rss.php
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 class RSS_Import { -
wp-admin/import/wordpress.php
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 class WP_Import { -
wp-admin/options-misc.php
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_once('admin.php'); 3 23 -
wp-admin/upload.php
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_once('admin.php'); 3 23 -
wp-admin/edit-form-comment.php
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 $submitbutton_text = __('Edit Comment'); 3 23 $toprow_title = sprintf(__('Editing Comment # %s'), $comment->comment_ID); -
wp-admin/edit-form.php
1 /* 2 Copyright 2007, 2008 Automattic, Inc 1 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 21 2 22 <div class="wrap"> 3 23 <h2><?php _e('Write Post'); ?></h2> 4 24 <form name="post" action="post.php" method="post" id="simple"> -
wp-admin/edit-form-advanced.php
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 $action = isset($action)? $action : ''; 3 23 if ( isset($_GET['message']) ) -
wp-admin/edit-link-category-form.php
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 ( ! empty($cat_ID) ) { 3 23 $heading = __('Edit Category'); -
wp-admin/edit-tag-form.php
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 ( ! empty($tag_ID) ) { 3 23 $heading = __('Edit Tag'); -
wp-admin/menu.php
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 // This array constructs the admin menu bar. 3 23 // -
wp-admin/link-import.php
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 // Links 3 23 // Copyright (C) 2002 Mike Little -- mike@zed1.com -
wp-admin/options-discussion.php
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_once('admin.php'); 3 23 -
wp-admin/admin-header.php
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 @header('Content-Type: ' . get_option('html_type') . '; charset=' . get_option('blog_charset')); 3 23 if (!isset($_GET["page"])) require_once('admin.php'); -
wp-admin/plugins.php
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_once('admin.php'); 3 23 -
wp-admin/link-add.php
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_once('admin.php'); 3 23 -
wp-admin/edit.php
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_once('admin.php'); 3 23 -
wp-admin/upgrade.php
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 define('WP_INSTALLING', true); 3 23 if (!file_exists('../wp-config.php')) -
wp-admin/index-extra.php
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_once('admin.php'); 3 23 require( 'includes/dashboard.php' ); -
wp-admin/options.php
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_once('admin.php'); 3 23 -
wp-admin/link.php
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_once ('admin.php'); 3 23 -
wp-admin/profile.php
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 define('IS_PROFILE_PAGE', true); 3 23 require_once('user-edit.php'); -
wp-admin/edit-category-form.php
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 ( ! empty($cat_ID) ) { 3 23 $heading = __('Edit Category'); -
wp-admin/user-edit.php
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 require_once('admin.php'); -
wp-admin/options-reading.php
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_once('admin.php'); 3 23 -
wp-admin/page-new.php
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_once('admin.php'); 3 23 $title = __('New Page'); -
wp-admin/setup-config.php
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 define('WP_INSTALLING', true); 3 23 //These two defines are required to allow us to use require_wp_db() to load the database class while being wp-content/wp-db.php aware -
wp-admin/link-manager.php
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 require_once ('admin.php'); -
wp-admin/install.php
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 define('WP_INSTALLING', true); 3 23 if (!file_exists('../wp-config.php')) { -
wp-admin/widgets.php
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 require_once( 'admin.php' ); -
wp-admin/sidebar.php
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 $mode = 'sidebar'; 3 23 -
wp-admin/link-parse-opml.php
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_once('../wp-config.php'); 3 23 -
wp-admin/bookmarklet.php
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 $mode = 'bookmarklet'; 3 23 require_once('admin.php'); -
wp-admin/import.php
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_once ('admin.php'); 3 23 $title = __('Import'); -
wp-admin/options-permalink.php
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_once('admin.php'); 3 23 -
wp-admin/page.php
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_once('admin.php'); 3 23 -
wp-admin/options-writing.php
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_once('admin.php'); 3 23 -
wp-admin/export.php
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_once ('admin.php'); 3 23 require_once('includes/export.php'); -
wp-admin/plugin-editor.php
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_once('admin.php'); 3 23 -
wp-admin/edit-pages.php
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_once('admin.php'); 3 23 -
wp-admin/admin-footer.php
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 </div><!-- wpbody --> 2 22 </div><!-- wpcontent --> 3 23 </div><!-- wpwrap --> -
wp-admin/categories.php
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_once('admin.php'); 3 23 -
wp-admin/themes.php
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_once('admin.php'); 3 23 -
wp-feed.php
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($doing_rss)) {