Ticket #6663: mattl.patch

File mattl.patch, 158.1 kB (added by mattlgnu, 5 months ago)
  • wp-pass.php

    old new  
     1/* 
     2  Copyright 2007, 2008 Automattic, Inc 
     3 
     4  This file is part of Wordpress. 
     5 
     6  Wordpress is free software: you can redistribute it and/or modify 
     7  it under the terms of the GNU General Public License as published by 
     8  the Free Software Foundation, either version 2 of the License, or 
     9  (at your option) any later version. 
     10 
     11  Wordpress is distributed in the hope that it will be useful, 
     12  but WITHOUT ANY WARRANTY; without even the implied warranty of 
     13  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     14  GNU General Public License for more details. 
     15 
     16  You should have received a copy of the GNU General Public License 
     17  along with Wordpress.  If not, see <http://www.gnu.org/licenses/>. 
     18 
     19*/ 
     20 
    121<?php 
    222require( dirname(__FILE__) . '/wp-config.php'); 
    323 
  • wp-rss.php

    old new  
     1/* 
     2  Copyright 2007, 2008 Automattic, Inc 
     3 
     4  This file is part of Wordpress. 
     5 
     6  Wordpress is free software: you can redistribute it and/or modify 
     7  it under the terms of the GNU General Public License as published by 
     8  the Free Software Foundation, either version 2 of the License, or 
     9  (at your option) any later version. 
     10 
     11  Wordpress is distributed in the hope that it will be useful, 
     12  but WITHOUT ANY WARRANTY; without even the implied warranty of 
     13  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     14  GNU General Public License for more details. 
     15 
     16  You should have received a copy of the GNU General Public License 
     17  along with Wordpress.  If not, see <http://www.gnu.org/licenses/>. 
     18 
     19*/ 
     20 
    121<?php 
    222 
    323if (empty($wp)) { 
  • wp-comments-post.php

    old new  
     1/* 
     2  Copyright 2007, 2008 Automattic, Inc 
     3 
     4  This file is part of Wordpress. 
     5 
     6  Wordpress is free software: you can redistribute it and/or modify 
     7  it under the terms of the GNU General Public License as published by 
     8  the Free Software Foundation, either version 2 of the License, or 
     9  (at your option) any later version. 
     10 
     11  Wordpress is distributed in the hope that it will be useful, 
     12  but WITHOUT ANY WARRANTY; without even the implied warranty of 
     13  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     14  GNU General Public License for more details. 
     15 
     16  You should have received a copy of the GNU General Public License 
     17  along with Wordpress.  If not, see <http://www.gnu.org/licenses/>. 
     18 
     19*/ 
     20 
    121<?php 
    222if ( 'POST' != $_SERVER['REQUEST_METHOD'] ) { 
    323        header('Allow: POST'); 
  • wp-login.php

    old new  
     1/* 
     2  Copyright 2007, 2008 Automattic, Inc 
     3 
     4  This file is part of Wordpress. 
     5 
     6  Wordpress is free software: you can redistribute it and/or modify 
     7  it under the terms of the GNU General Public License as published by 
     8  the Free Software Foundation, either version 2 of the License, or 
     9  (at your option) any later version. 
     10 
     11  Wordpress is distributed in the hope that it will be useful, 
     12  but WITHOUT ANY WARRANTY; without even the implied warranty of 
     13  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     14  GNU General Public License for more details. 
     15 
     16  You should have received a copy of the GNU General Public License 
     17  along with Wordpress.  If not, see <http://www.gnu.org/licenses/>. 
     18 
     19*/ 
     20 
    121<?php 
    222require( dirname(__FILE__) . '/wp-config.php' ); 
    323 
  • wp-blog-header.php

    old new  
     1/* 
     2  Copyright 2007, 2008 Automattic, Inc 
     3 
     4  This file is part of Wordpress. 
     5 
     6  Wordpress is free software: you can redistribute it and/or modify 
     7  it under the terms of the GNU General Public License as published by 
     8  the Free Software Foundation, either version 2 of the License, or 
     9  (at your option) any later version. 
     10 
     11  Wordpress is distributed in the hope that it will be useful, 
     12  but WITHOUT ANY WARRANTY; without even the implied warranty of 
     13  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     14  GNU General Public License for more details. 
     15 
     16  You should have received a copy of the GNU General Public License 
     17  along with Wordpress.  If not, see <http://www.gnu.org/licenses/>. 
     18 
     19*/ 
     20 
    121<?php 
    222 
    323if (! isset($wp_did_header)): 
  • wp-rdf.php

    old new  
     1/* 
     2  Copyright 2007, 2008 Automattic, Inc 
     3 
     4  This file is part of Wordpress. 
     5 
     6  Wordpress is free software: you can redistribute it and/or modify 
     7  it under the terms of the GNU General Public License as published by 
     8  the Free Software Foundation, either version 2 of the License, or 
     9  (at your option) any later version. 
     10 
     11  Wordpress is distributed in the hope that it will be useful, 
     12  but WITHOUT ANY WARRANTY; without even the implied warranty of 
     13  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     14  GNU General Public License for more details. 
     15 
     16  You should have received a copy of the GNU General Public License 
     17  along with Wordpress.  If not, see <http://www.gnu.org/licenses/>. 
     18 
     19*/ 
     20 
    121<?php /* RDF 1.0 generator, original version by garym@teledyn.com */ 
    222 
    323if (empty($wp)) { 
  • wp-app.php

    old new  
     1/* 
     2  Copyright 2007, 2008 Automattic, Inc 
     3 
     4  This file is part of Wordpress. 
     5 
     6  Wordpress is free software: you can redistribute it and/or modify 
     7  it under the terms of the GNU General Public License as published by 
     8  the Free Software Foundation, either version 2 of the License, or 
     9  (at your option) any later version. 
     10 
     11  Wordpress is distributed in the hope that it will be useful, 
     12  but WITHOUT ANY WARRANTY; without even the implied warranty of 
     13  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     14  GNU General Public License for more details. 
     15 
     16  You should have received a copy of the GNU General Public License 
     17  along with Wordpress.  If not, see <http://www.gnu.org/licenses/>. 
     18 
     19*/ 
     20 
    121<?php 
    222/* 
    323 * wp-app.php - Atom Publishing Protocol support for WordPress 
  • wp-includes/feed-rss2.php

    old new  
     1/* 
     2  Copyright 2007, 2008 Automattic, Inc 
     3 
     4  This file is part of Wordpress. 
     5 
     6  Wordpress is free software: you can redistribute it and/or modify 
     7  it under the terms of the GNU General Public License as published by 
     8  the Free Software Foundation, either version 2 of the License, or 
     9  (at your option) any later version. 
     10 
     11  Wordpress is distributed in the hope that it will be useful, 
     12  but WITHOUT ANY WARRANTY; without even the implied warranty of 
     13  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     14  GNU General Public License for more details. 
     15 
     16  You should have received a copy of the GNU General Public License 
     17  along with Wordpress.  If not, see <http://www.gnu.org/licenses/>. 
     18 
     19*/ 
     20 
    121<?php 
    222/** 
    323 * RSS2 Feed Template for displaying RSS2 Posts feed. 
  • wp-includes/default-filters.php

    old new  
     1/* 
     2  Copyright 2007, 2008 Automattic, Inc 
     3 
     4  This file is part of Wordpress. 
     5 
     6  Wordpress is free software: you can redistribute it and/or modify 
     7  it under the terms of the GNU General Public License as published by 
     8  the Free Software Foundation, either version 2 of the License, or 
     9  (at your option) any later version. 
     10 
     11  Wordpress is distributed in the hope that it will be useful, 
     12  but WITHOUT ANY WARRANTY; without even the implied warranty of 
     13  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     14  GNU General Public License for more details. 
     15 
     16  You should have received a copy of the GNU General Public License 
     17  along with Wordpress.  If not, see <http://www.gnu.org/licenses/>. 
     18 
     19*/ 
     20 
    121<?php 
    222/** 
    323 * Sets up the default filters and actions for most 
  • wp-includes/class-snoopy.php

    old new  
     1/* 
     2  Copyright 2007, 2008 Automattic, Inc 
     3 
     4  This file is part of Wordpress. 
     5 
     6  Wordpress is free software: you can redistribute it and/or modify 
     7  it under the terms of the GNU General Public License as published by 
     8  the Free Software Foundation, either version 2 of the License, or 
     9  (at your option) any later version. 
     10 
     11  Wordpress is distributed in the hope that it will be useful, 
     12  but WITHOUT ANY WARRANTY; without even the implied warranty of 
     13  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     14  GNU General Public License for more details. 
     15 
     16  You should have received a copy of the GNU General Public License 
     17  along with Wordpress.  If not, see <http://www.gnu.org/licenses/>. 
     18 
     19*/ 
     20 
    121<?php 
    222/** 
    323 * Snoopy - the PHP net client 
  • wp-includes/plugin.php

    old new  
     1/* 
     2  Copyright 2007, 2008 Automattic, Inc 
     3 
     4  This file is part of Wordpress. 
     5 
     6  Wordpress is free software: you can redistribute it and/or modify 
     7  it under the terms of the GNU General Public License as published by 
     8  the Free Software Foundation, either version 2 of the License, or 
     9  (at your option) any later version. 
     10 
     11  Wordpress is distributed in the hope that it will be useful, 
     12  but WITHOUT ANY WARRANTY; without even the implied warranty of 
     13  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     14  GNU General Public License for more details. 
     15 
     16  You should have received a copy of the GNU General Public License 
     17  along with Wordpress.  If not, see <http://www.gnu.org/licenses/>. 
     18 
     19*/ 
     20 
    121<?php 
    222/** 
    323 * The plugin API is located in this file, which allows for creating actions 
  • wp-includes/post-template.php

    old new  
     1/* 
     2  Copyright 2007, 2008 Automattic, Inc 
     3 
     4  This file is part of Wordpress. 
     5 
     6  Wordpress is free software: you can redistribute it and/or modify 
     7  it under the terms of the GNU General Public License as published by 
     8  the Free Software Foundation, either version 2 of the License, or 
     9  (at your option) any later version. 
     10 
     11  Wordpress is distributed in the hope that it will be useful, 
     12  but WITHOUT ANY WARRANTY; without even the implied warranty of 
     13  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     14  GNU General Public License for more details. 
     15 
     16  You should have received a copy of the GNU General Public License 
     17  along with Wordpress.  If not, see <http://www.gnu.org/licenses/>. 
     18 
     19*/ 
     20 
    121<?php 
    222 
    323// 
  • wp-includes/locale.php

    old new  
     1/* 
     2  Copyright 2007, 2008 Automattic, Inc 
     3 
     4  This file is part of Wordpress. 
     5 
     6  Wordpress is free software: you can redistribute it and/or modify 
     7  it under the terms of the GNU General Public License as published by 
     8  the Free Software Foundation, either version 2 of the License, or 
     9  (at your option) any later version. 
     10 
     11  Wordpress is distributed in the hope that it will be useful, 
     12  but WITHOUT ANY WARRANTY; without even the implied warranty of 
     13  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     14  GNU General Public License for more details. 
     15 
     16  You should have received a copy of the GNU General Public License 
     17  along with Wordpress.  If not, see <http://www.gnu.org/licenses/>. 
     18 
     19*/ 
     20 
    121<?php 
    222/** 
    323 * Date and Time Locale object 
  • wp-includes/feed-atom.php

    old new  
     1/* 
     2  Copyright 2007, 2008 Automattic, Inc 
     3 
     4  This file is part of Wordpress. 
     5 
     6  Wordpress is free software: you can redistribute it and/or modify 
     7  it under the terms of the GNU General Public License as published by 
     8  the Free Software Foundation, either version 2 of the License, or 
     9  (at your option) any later version. 
     10 
     11  Wordpress is distributed in the hope that it will be useful, 
     12  but WITHOUT ANY WARRANTY; without even the implied warranty of 
     13  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     14  GNU General Public License for more details. 
     15 
     16  You should have received a copy of the GNU General Public License 
     17  along with Wordpress.  If not, see <http://www.gnu.org/licenses/>. 
     18 
     19*/ 
     20 
    121<?php 
    222/** 
    323 * Atom Feed Template for displaying Atom Posts feed. 
  • wp-includes/category.php

    old new  
     1/* 
     2  Copyright 2007, 2008 Automattic, Inc 
     3 
     4  This file is part of Wordpress. 
     5 
     6  Wordpress is free software: you can redistribute it and/or modify 
     7  it under the terms of the GNU General Public License as published by 
     8  the Free Software Foundation, either version 2 of the License, or 
     9  (at your option) any later version. 
     10 
     11  Wordpress is distributed in the hope that it will be useful, 
     12  but WITHOUT ANY WARRANTY; without even the implied warranty of 
     13  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     14  GNU General Public License for more details. 
     15 
     16  You should have received a copy of the GNU General Public License 
     17  along with Wordpress.  If not, see <http://www.gnu.org/licenses/>. 
     18 
     19*/ 
     20 
    121<?php 
    222 
    323function get_all_category_ids() { 
  • wp-includes/taxonomy.php

    old new  
     1/* 
     2  Copyright 2007, 2008 Automattic, Inc 
     3 
     4  This file is part of Wordpress. 
     5 
     6  Wordpress is free software: you can redistribute it and/or modify 
     7  it under the terms of the GNU General Public License as published by 
     8  the Free Software Foundation, either version 2 of the License, or 
     9  (at your option) any later version. 
     10 
     11  Wordpress is distributed in the hope that it will be useful, 
     12  but WITHOUT ANY WARRANTY; without even the implied warranty of 
     13  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     14  GNU General Public License for more details. 
     15 
     16  You should have received a copy of the GNU General Public License 
     17  along with Wordpress.  If not, see <http://www.gnu.org/licenses/>. 
     18 
     19*/ 
     20 
    121<?php 
    222/** 
    323 * @package WordPress 
  • wp-includes/template-loader.php

    old new  
     1/* 
     2  Copyright 2007, 2008 Automattic, Inc 
     3 
     4  This file is part of Wordpress. 
     5 
     6  Wordpress is free software: you can redistribute it and/or modify 
     7  it under the terms of the GNU General Public License as published by 
     8  the Free Software Foundation, either version 2 of the License, or 
     9  (at your option) any later version. 
     10 
     11  Wordpress is distributed in the hope that it will be useful, 
     12  but WITHOUT ANY WARRANTY; without even the implied warranty of 
     13  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     14  GNU General Public License for more details. 
     15 
     16  You should have received a copy of the GNU General Public License 
     17  along with Wordpress.  If not, see <http://www.gnu.org/licenses/>. 
     18 
     19*/ 
     20 
    121<?php 
    222/** 
    323 * Loads the correct template based on the visitor's url 
  • wp-includes/update.php

    old new  
     1/* 
     2  Copyright 2007, 2008 Automattic, Inc 
     3 
     4  This file is part of Wordpress. 
     5 
     6  Wordpress is free software: you can redistribute it and/or modify 
     7  it under the terms of the GNU General Public License as published by 
     8  the Free Software Foundation, either version 2 of the License, or 
     9  (at your option) any later version. 
     10 
     11  Wordpress is distributed in the hope that it will be useful, 
     12  but WITHOUT ANY WARRANTY; without even the implied warranty of 
     13  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     14  GNU General Public License for more details. 
     15 
     16  You should have received a copy of the GNU General Public License 
     17  along with Wordpress.  If not, see <http://www.gnu.org/licenses/>. 
     18 
     19*/ 
     20 
    121<?php 
    222/** 
    323 * A simple set of functions to check our version 1.0 update service 
  • wp-includes/compat.php

    old new  
     1/* 
     2  Copyright 2007, 2008 Automattic, Inc 
     3 
     4  This file is part of Wordpress. 
     5 
     6  Wordpress is free software: you can redistribute it and/or modify 
     7  it under the terms of the GNU General Public License as published by 
     8  the Free Software Foundation, either version 2 of the License, or 
     9  (at your option) any later version. 
     10 
     11  Wordpress is distributed in the hope that it will be useful, 
     12  but WITHOUT ANY WARRANTY; without even the implied warranty of 
     13  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     14  GNU General Public License for more details. 
     15 
     16  You should have received a copy of the GNU General Public License 
     17  along with Wordpress.  If not, see <http://www.gnu.org/licenses/>. 
     18 
     19*/ 
     20 
    121<?php 
    222/** 
    323 * WordPress implementation for PHP functions missing from older PHP versions. 
  • wp-includes/class-pop3.php

    old new  
     1/* 
     2  Copyright 2007, 2008 Automattic, Inc 
     3 
     4  This file is part of Wordpress. 
     5 
     6  Wordpress is free software: you can redistribute it and/or modify 
     7  it under the terms of the GNU General Public License as published by 
     8  the Free Software Foundation, either version 2 of the License, or 
     9  (at your option) any later version. 
     10 
     11  Wordpress is distributed in the hope that it will be useful, 
     12  but WITHOUT ANY WARRANTY; without even the implied warranty of 
     13  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     14  GNU General Public License for more details. 
     15 
     16  You should have received a copy of the GNU General Public License 
     17  along with Wordpress.  If not, see <http://www.gnu.org/licenses/>. 
     18 
     19*/ 
     20 
    121<?php 
    222/** 
    323 * mail_fetch/setup.php 
  • wp-includes/class-phpmailer.php

    old new  
     1/* 
     2  Copyright 2007, 2008 Automattic, Inc 
     3 
     4  This file is part of Wordpress. 
     5 
     6  Wordpress is free software: you can redistribute it and/or modify 
     7  it under the terms of the GNU General Public License as published by 
     8  the Free Software Foundation, either version 2 of the License, or 
     9  (at your option) any later version. 
     10 
     11  Wordpress is distributed in the hope that it will be useful, 
     12  but WITHOUT ANY WARRANTY; without even the implied warranty of 
     13  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     14  GNU General Public License for more details. 
     15 
     16  You should have received a copy of the GNU General Public License 
     17  along with Wordpress.  If not, see <http://www.gnu.org/licenses/>. 
     18 
     19*/ 
     20 
    121<?php 
    222//////////////////////////////////////////////////// 
    323// PHPMailer - PHP email class 
  • wp-includes/post.php

    old new  
     1/* 
     2  Copyright 2007, 2008 Automattic, Inc 
     3 
     4  This file is part of Wordpress. 
     5 
     6  Wordpress is free software: you can redistribute it and/or modify 
     7  it under the terms of the GNU General Public License as published by 
     8  the Free Software Foundation, either version 2 of the License, or 
     9  (at your option) any later version. 
     10 
     11  Wordpress is distributed in the hope that it will be useful, 
     12  but WITHOUT ANY WARRANTY; without even the implied warranty of 
     13  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     14  GNU General Public License for more details. 
     15 
     16  You should have received a copy of the GNU General Public License 
     17  along with Wordpress.  If not, see <http://www.gnu.org/licenses/>. 
     18 
     19*/ 
     20 
    121<?php 
    222/** 
    323 * Post functions and post utility function 
  • wp-includes/version.php

    old new  
     1/* 
     2  Copyright 2007, 2008 Automattic, Inc 
     3 
     4  This file is part of Wordpress. 
     5 
     6  Wordpress is free software: you can redistribute it and/or modify 
     7  it under the terms of the GNU General Public License as published by 
     8  the Free Software Foundation, either version 2 of the License, or 
     9  (at your option) any later version. 
     10 
     11  Wordpress is distributed in the hope that it will be useful, 
     12  but WITHOUT ANY WARRANTY; without even the implied warranty of 
     13  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     14  GNU General Public License for more details. 
     15 
     16  You should have received a copy of the GNU General Public License 
     17  along with Wordpress.  If not, see <http://www.gnu.org/licenses/>. 
     18 
     19*/ 
     20 
    121<?php 
    222/** 
    323 * This holds the version number in a separate file so we can bump it without cluttering the SVN 
  • wp-includes/theme.php

    old new  
     1/* 
     2  Copyright 2007, 2008 Automattic, Inc 
     3 
     4  This file is part of Wordpress. 
     5 
     6  Wordpress is free software: you can redistribute it and/or modify 
     7  it under the terms of the GNU General Public License as published by 
     8  the Free Software Foundation, either version 2 of the License, or 
     9  (at your option) any later version. 
     10 
     11  Wordpress is distributed in the hope that it will be useful, 
     12  but WITHOUT ANY WARRANTY; without even the implied warranty of 
     13  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     14  GNU General Public License for more details. 
     15 
     16  You should have received a copy of the GNU General Public License 
     17  along with Wordpress.  If not, see <http://www.gnu.org/licenses/>. 
     18 
     19*/ 
     20 
    121<?php 
    222/* 
    323 * Theme/template/stylesheet functions. 
  • wp-includes/comment.php

    old new  
     1/* 
     2  Copyright 2007, 2008 Automattic, Inc 
     3 
     4  This file is part of Wordpress. 
     5 
     6  Wordpress is free software: you can redistribute it and/or modify 
     7  it under the terms of the GNU General Public License as published by 
     8  the Free Software Foundation, either version 2 of the License, or 
     9  (at your option) any later version. 
     10 
     11  Wordpress is distributed in the hope that it will be useful, 
     12  but WITHOUT ANY WARRANTY; without even the implied warranty of 
     13  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     14  GNU General Public License for more details. 
     15 
     16  You should have received a copy of the GNU General Public License 
     17  along with Wordpress.  If not, see <http://www.gnu.org/licenses/>. 
     18 
     19*/ 
     20 
    121<?php 
    222/** 
    323 * Manages WordPress comments 
  • wp-includes/class-IXR.php

    old new  
     1/* 
     2  Copyright 2007, 2008 Automattic, Inc 
     3 
     4  This file is part of Wordpress. 
     5 
     6  Wordpress is free software: you can redistribute it and/or modify 
     7  it under the terms of the GNU General Public License as published by 
     8  the Free Software Foundation, either version 2 of the License, or 
     9  (at your option) any later version. 
     10 
     11  Wordpress is distributed in the hope that it will be useful, 
     12  but WITHOUT ANY WARRANTY; without even the implied warranty of 
     13  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     14  GNU General Public License for more details. 
     15 
     16  You should have received a copy of the GNU General Public License 
     17  along with Wordpress.  If not, see <http://www.gnu.org/licenses/>. 
     18 
     19*/ 
     20 
    121<?php 
    222/** 
    323 * IXR - The Inutio XML-RPC Library 
  • wp-includes/feed-rss.php

    old new  
     1/* 
     2  Copyright 2007, 2008 Automattic, Inc 
     3 
     4  This file is part of Wordpress. 
     5 
     6  Wordpress is free software: you can redistribute it and/or modify 
     7  it under the terms of the GNU General Public License as published by 
     8  the Free Software Foundation, either version 2 of the License, or 
     9  (at your option) any later version. 
     10 
     11  Wordpress is distributed in the hope that it will be useful, 
     12  but WITHOUT ANY WARRANTY; without even the implied warranty of 
     13  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     14  GNU General Public License for more details. 
     15 
     16  You should have received a copy of the GNU General Public License 
     17  along with Wordpress.  If not, see <http://www.gnu.org/licenses/>. 
     18 
     19*/ 
     20 
    121<?php 
    222/** 
    323 * RSS 0.92 Feed Template for displaying RSS 0.92 Posts feed. 
  • wp-includes/functions.php

    old new  
     1/* 
     2  Copyright 2007, 2008 Automattic, Inc 
     3 
     4  This file is part of Wordpress. 
     5 
     6  Wordpress is free software: you can redistribute it and/or modify 
     7  it under the terms of the GNU General Public License as published by 
     8  the Free Software Foundation, either version 2 of the License, or 
     9  (at your option) any later version. 
     10 
     11  Wordpress is distributed in the hope that it will be useful, 
     12  but WITHOUT ANY WARRANTY; without even the implied warranty of 
     13  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     14  GNU General Public License for more details. 
     15 
     16  You should have received a copy of the GNU General Public License 
     17  along with Wordpress.  If not, see <http://www.gnu.org/licenses/>. 
     18 
     19*/ 
     20 
    121<?php 
    222 
    323function mysql2date( $dateformatstring, $mysqlstring, $translate = true ) { 
  • wp-includes/registration.php

    old new  
     1/* 
     2  Copyright 2007, 2008 Automattic, Inc 
     3 
     4  This file is part of Wordpress. 
     5 
     6  Wordpress is free software: you can redistribute it and/or modify 
     7  it under the terms of the GNU General Public License as published by 
     8  the Free Software Foundation, either version 2 of the License, or 
     9  (at your option) any later version. 
     10 
     11  Wordpress is distributed in the hope that it will be useful, 
     12  but WITHOUT ANY WARRANTY; without even the implied warranty of 
     13  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     14  GNU General Public License for more details. 
     15 
     16  You should have received a copy of the GNU General Public License 
     17  along with Wordpress.  If not, see <http://www.gnu.org/licenses/>. 
     18 
     19*/ 
     20 
    121<?php 
    222/** 
    323 * User Registration API 
  • wp-includes/l10n.php

    old new  
     1/* 
     2  Copyright 2007, 2008 Automattic, Inc 
     3 
     4  This file is part of Wordpress. 
     5 
     6  Wordpress is free software: you can redistribute it and/or modify 
     7  it under the terms of the GNU General Public License as published by 
     8  the Free Software Foundation, either version 2 of the License, or 
     9  (at your option) any later version. 
     10 
     11  Wordpress is distributed in the hope that it will be useful, 
     12  but WITHOUT ANY WARRANTY; without even the implied warranty of 
     13  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     14  GNU General Public License for more details. 
     15 
     16  You should have received a copy of the GNU General Public License 
     17  along with Wordpress.  If not, see <http://www.gnu.org/licenses/>. 
     18 
     19*/ 
     20 
    121<?php 
    222/** 
    323 * WordPress Translation API 
  • wp-includes/vars.php

    old new  
     1/* 
     2  Copyright 2007, 2008 Automattic, Inc 
     3 
     4  This file is part of Wordpress. 
     5 
     6  Wordpress is free software: you can redistribute it and/or modify 
     7  it under the terms of the GNU General Public License as published by 
     8  the Free Software Foundation, either version 2 of the License, or 
     9  (at your option) any later version. 
     10 
     11  Wordpress is distributed in the hope that it will be useful, 
     12  but WITHOUT ANY WARRANTY; without even the implied warranty of 
     13  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     14  GNU General Public License for more details. 
     15 
     16  You should have received a copy of the GNU General Public License 
     17  along with Wordpress.  If not, see <http://www.gnu.org/licenses/>. 
     18 
     19*/ 
     20 
    121<?php 
    222/** 
    323 * Creates common globals for the rest of WordPress 
  • wp-includes/comment-template.php

    old new  
     1/* 
     2  Copyright 2007, 2008 Automattic, Inc 
     3 
     4  This file is part of Wordpress. 
     5 
     6  Wordpress is free software: you can redistribute it and/or modify 
     7  it under the terms of the GNU General Public License as published by 
     8  the Free Software Foundation, either version 2 of the License, or 
     9  (at your option) any later version. 
     10 
     11  Wordpress is distributed in the hope that it will be useful, 
     12  but WITHOUT ANY WARRANTY; without even the implied warranty of 
     13  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     14  GNU General Public License for more details. 
     15 
     16  You should have received a copy of the GNU General Public License 
     17  along with Wordpress.  If not, see <http://www.gnu.org/licenses/>. 
     18 
     19*/ 
     20 
    121<?php 
    222/** 
    323 * Comment template functions 
  • wp-includes/feed-rdf.php

    old new  
     1/* 
     2  Copyright 2007, 2008 Automattic, Inc 
     3 
     4  This file is part of Wordpress. 
     5 
     6  Wordpress is free software: you can redistribute it and/or modify 
     7  it under the terms of the GNU General Public License as published by 
     8  the Free Software Foundation, either version 2 of the License, or 
     9  (at your option) any later version. 
     10 
     11  Wordpress is distributed in the hope that it will be useful, 
     12  but WITHOUT ANY WARRANTY; without even the implied warranty of 
     13  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     14  GNU General Public License for more details. 
     15 
     16  You should have received a copy of the GNU General Public License 
     17  along with Wordpress.  If not, see <http://www.gnu.org/licenses/>. 
     18 
     19*/ 
     20 
    121<?php 
    222/** 
    323 * RSS 1 RDF Feed Template for displaying RSS 1 Posts feed. 
  • wp-includes/shortcodes.php

    old new  
     1/* 
     2  Copyright 2007, 2008 Automattic, Inc 
     3 
     4  This file is part of Wordpress. 
     5 
     6  Wordpress is free software: you can redistribute it and/or modify 
     7  it under the terms of the GNU General Public License as published by 
     8  the Free Software Foundation, either version 2 of the License, or 
     9  (at your option) any later version. 
     10 
     11  Wordpress is distributed in the hope that it will be useful, 
     12  but WITHOUT ANY WARRANTY; without even the implied warranty of 
     13  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     14  GNU General Public License for more details. 
     15 
     16  You should have received a copy of the GNU General Public License 
     17  along with Wordpress.  If not, see <http://www.gnu.org/licenses/>. 
     18 
     19*/ 
     20 
    121<?php 
    222 
    323/* 
  • wp-includes/rss-functions.php

    old new  
     1/* 
     2  Copyright 2007, 2008 Automattic, Inc 
     3 
     4  This file is part of Wordpress. 
     5 
     6  Wordpress is free software: you can redistribute it and/or modify 
     7  it under the terms of the GNU General Public License as published by 
     8  the Free Software Foundation, either version 2 of the License, or 
     9  (at your option) any later version. 
     10 
     11  Wordpress is distributed in the hope that it will be useful, 
     12  but WITHOUT ANY WARRANTY; without even the implied warranty of 
     13  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     14  GNU General Public License for more details. 
     15 
     16  You should have received a copy of the GNU General Public License 
     17  along with Wordpress.  If not, see <http://www.gnu.org/licenses/>. 
     18 
     19*/ 
     20 
    121<?php 
    222/** 
    323 * Deprecated.  Use rss.php instead. 
  • wp-includes/bookmark-template.php

    old new  
     1/* 
     2  Copyright 2007, 2008 Automattic, Inc 
     3 
     4  This file is part of Wordpress. 
     5 
     6  Wordpress is free software: you can redistribute it and/or modify 
     7  it under the terms of the GNU General Public License as published by 
     8  the Free Software Foundation, either version 2 of the License, or 
     9  (at your option) any later version. 
     10 
     11  Wordpress is distributed in the hope that it will be useful, 
     12  but WITHOUT ANY WARRANTY; without even the implied warranty of 
     13  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     14  GNU General Public License for more details. 
     15 
     16  You should have received a copy of the GNU General Public License 
     17  along with Wordpress.  If not, see <http://www.gnu.org/licenses/>. 
     18 
     19*/ 
     20 
    121<?php 
    222/** 
    323 * Bookmark Template Functions for usage in Themes 
  • wp-includes/streams.php

    old new  
     1/* 
     2  Copyright 2007, 2008 Automattic, Inc 
     3 
     4  This file is part of Wordpress. 
     5 
     6  Wordpress is free software: you can redistribute it and/or modify 
     7  it under the terms of the GNU General Public License as published by 
     8  the Free Software Foundation, either version 2 of the License, or 
     9  (at your option) any later version. 
     10 
     11  Wordpress is distributed in the hope that it will be useful, 
     12  but WITHOUT ANY WARRANTY; without even the implied warranty of 
     13  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     14  GNU General Public License for more details. 
     15 
     16  You should have received a copy of the GNU General Public License 
     17  along with Wordpress.  If not, see <http://www.gnu.org/licenses/>. 
     18 
     19*/ 
     20 
    121<?php 
    222/** 
    323 * PHP-Gettext External Library: StreamReader classes 
  • wp-includes/user.php

    old new  
     1/* 
     2  Copyright 2007, 2008 Automattic, Inc 
     3 
     4  This file is part of Wordpress. 
     5 
     6  Wordpress is free software: you can redistribute it and/or modify 
     7  it under the terms of the GNU General Public License as published by 
     8  the Free Software Foundation, either version 2 of the License, or 
     9  (at your option) any later version. 
     10 
     11  Wordpress is distributed in the hope that it will be useful, 
     12  but WITHOUT ANY WARRANTY; without even the implied warranty of 
     13  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     14  GNU General Public License for more details. 
     15 
     16  You should have received a copy of the GNU General Public License 
     17  along with Wordpress.  If not, see <http://www.gnu.org/licenses/>. 
     18 
     19*/ 
     20 
    121<?php 
    222 
    323function wp_signon( $credentials = '' ) { 
  • wp-includes/media.php

    old new  
     1/* 
     2  Copyright 2007, 2008 Automattic, Inc 
     3 
     4  This file is part of Wordpress. 
     5 
     6  Wordpress is free software: you can redistribute it and/or modify 
     7  it under the terms of the GNU General Public License as published by 
     8  the Free Software Foundation, either version 2 of the License, or 
     9  (at your option) any later version. 
     10 
     11  Wordpress is distributed in the hope that it will be useful, 
     12  but WITHOUT ANY WARRANTY; without even the implied warranty of 
     13  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     14  GNU General Public License for more details. 
     15 
     16  You should have received a copy of the GNU General Public License 
     17  along with Wordpress.  If not, see <http://www.gnu.org/licenses/>. 
     18 
     19*/ 
     20 
    121<?php 
    222 
    323// functions for media display 
  • wp-includes/registration-functions.php

    old new  
     1/* 
     2  Copyright 2007, 2008 Automattic, Inc 
     3 
     4  This file is part of Wordpress. 
     5 
     6  Wordpress is free software: you can redistribute it and/or modify 
     7  it under the terms of the GNU General Public License as published by 
     8  the Free Software Foundation, either version 2 of the License, or 
     9  (at your option) any later version. 
     10 
     11  Wordpress is distributed in the hope that it will be useful, 
     12  but WITHOUT ANY WARRANTY; without even the implied warranty of 
     13  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     14  GNU General Public License for more details. 
     15 
     16  You should have received a copy of the GNU General Public License 
     17  along with Wordpress.  If not, see <http://www.gnu.org/licenses/>. 
     18 
     19*/ 
     20 
    121<?php 
    222/** 
    323 * Deprecated. Use registration.php. 
  • wp-includes/feed-atom-comments.php

    old new  
     1/* 
     2  Copyright 2007, 2008 Automattic, Inc 
     3 
     4  This file is part of Wordpress. 
     5 
     6  Wordpress is free software: you can redistribute it and/or modify 
     7  it under the terms of the GNU General Public License as published by 
     8  the Free Software Foundation, either version 2 of the License, or 
     9  (at your option) any later version. 
     10 
     11  Wordpress is distributed in the hope that it will be useful, 
     12  but WITHOUT ANY WARRANTY; without even the implied warranty of 
     13  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     14  GNU General Public License for more details. 
     15 
     16  You should have received a copy of the GNU General Public License 
     17  along with Wordpress.  If not, see <http://www.gnu.org/licenses/>. 
     18 
     19*/ 
     20 
    121<?php 
    222/** 
    323 * Atom Feed Template for displaying Atom Comments feed. 
  • wp-includes/class-phpass.php

    old new  
     1/* 
     2  Copyright 2007, 2008 Automattic, Inc 
     3 
     4  This file is part of Wordpress. 
     5 
     6  Wordpress is free software: you can redistribute it and/or modify 
     7  it under the terms of the GNU General Public License as published by 
     8  the Free Software Foundation, either version 2 of the License, or 
     9  (at your option) any later version. 
     10 
     11  Wordpress is distributed in the hope that it will be useful, 
     12  but WITHOUT ANY WARRANTY; without even the implied warranty of 
     13  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     14  GNU General Public License for more details. 
     15 
     16  You should have received a copy of the GNU General Public License 
     17  along with Wordpress.  If not, see <http://www.gnu.org/licenses/>. 
     18 
     19*/ 
     20 
    121<?php 
    222/** 
    323 * Portable PHP password hashing framework. 
  • wp-includes/cache.php

    old new  
     1/* 
     2  Copyright 2007, 2008 Automattic, Inc 
     3 
     4  This file is part of Wordpress. 
     5 
     6  Wordpress is free software: you can redistribute it and/or modify 
     7  it under the terms of the GNU General Public License as published by 
     8  the Free Software Foundation, either version 2 of the License, or 
     9  (at your option) any later version. 
     10 
     11  Wordpress is distributed in the hope that it will be useful, 
     12  but WITHOUT ANY WARRANTY; without even the implied warranty of 
     13  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     14  GNU General Public License for more details. 
     15 
     16  You should have received a copy of the GNU General Public License 
     17  along with Wordpress.  If not, see <http://www.gnu.org/licenses/>. 
     18 
     19*/ 
     20 
    121<?php 
    222/** 
    323 * Object Cache API 
  • wp-includes/bookmark.php

    old new  
     1/* 
     2  Copyright 2007, 2008 Automattic, Inc 
     3 
     4  This file is part of Wordpress. 
     5 
     6  Wordpress is free software: you can redistribute it and/or modify 
     7  it under the terms of the GNU General Public License as published by 
     8  the Free Software Foundation, either version 2 of the License, or 
     9  (at your option) any later version. 
     10 
     11  Wordpress is distributed in the hope that it will be useful, 
     12  but WITHOUT ANY WARRANTY; without even the implied warranty of 
     13  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     14  GNU General Public License for more details. 
     15 
     16  You should have received a copy of the GNU General Public License 
     17  along with Wordpress.  If not, see <http://www.gnu.org/licenses/>. 
     18 
     19*/ 
     20 
    121<?php 
    222/** 
    323 * Link/Bookmark API 
  • wp-includes/query.php

    old new  
     1/* 
     2  Copyright 2007, 2008 Automattic, Inc 
     3 
     4  This file is part of Wordpress. 
     5 
     6  Wordpress is free software: you can redistribute it and/or modify 
     7  it under the terms of the GNU General Public License as published by 
     8  the Free Software Foundation, either version 2 of the License, or 
     9  (at your option) any later version. 
     10 
     11  Wordpress is distributed in the hope that it will be useful, 
     12  but WITHOUT ANY WARRANTY; without even the implied warranty of 
     13  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     14  GNU General Public License for more details. 
     15 
     16  You should have received a copy of the GNU General Public License 
     17  along with Wordpress.  If not, see <http://www.gnu.org/licenses/>. 
     18 
     19*/ 
     20 
    121<?php 
    222 
    323/* 
  • wp-includes/link-template.php

    old new  
     1/* 
     2  Copyright 2007, 2008 Automattic, Inc 
     3 
     4  This file is part of Wordpress. 
     5 
     6  Wordpress is free software: you can redistribute it and/or modify 
     7  it under the terms of the GNU General Public License as published by 
     8  the Free Software Foundation, either version 2 of the License, or 
     9