Make WordPress Core

Ticket #6663: mattl.patch

File mattl.patch, 158.1 KB (added by mattlgnu, 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
    121<?php
    222require( dirname(__FILE__) . '/wp-config.php');
    323
  • 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
    121<?php
    222
    323if (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
    121<?php
    222if ( 'POST' != $_SERVER['REQUEST_METHOD'] ) {
    323        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
    121<?php
    222require( dirname(__FILE__) . '/wp-config.php' );
    323
  • 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
    121<?php
    222
    323if (! 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
    121<?php /* RDF 1.0 generator, original version by garym@teledyn.com */
    222
    323if (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
    121<?php
    222/*
    323 * 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
    121<?php
    222/**
    323 * 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
    121<?php
    222/**
    323 * 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
    121<?php
    222/**
    323 * 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
    121<?php
    222/**
    323 * 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
    121<?php
    222
    323//
  • 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
    121<?php
    222/**
    323 * 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
    121<?php
    222/**
    323 * 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
    121<?php
    222
    323function 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
    121<?php
    222/**
    323 * @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
    121<?php
    222/**
    323 * 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
    121<?php
    222/**
    323 * 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
    121<?php
    222/**
    323 * 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
    121<?php
    222/**
    323 * 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
    121<?php
    222////////////////////////////////////////////////////
    323// 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
    121<?php
    222/**
    323 * 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
    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

     
     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

     
     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

     
     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

     
     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

     
     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

     
     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

     
     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

     
     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

     
     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

     
     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

     
     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

     
     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

     
     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

     
     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

     
     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

     
     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

     
     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

     
     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

     
     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

     
     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

     
     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

     
     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

     
     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/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
    121<?php
    222//  WordPress DB Class
    323
  • 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
    121<?php
    222
    323function 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
    121<?php
    222/**
    323 * 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
    121<?php
    222/**
    323 * 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
    121<?php
    222
    323/* 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
    121<?php
    222/**
    323 * 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
    121<?php
    222
    323/* 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
    121<?php
    222/*
    323 * 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
    121<?php
    222/**
    323 * 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
    121<?php
    222
    323class 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
    121<?php
    222
    323class 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
    121<?php
    222/**
    323 * 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
    121<?php
    222
    323function 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
    121<?php
    222/**
    323 * 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
    121<?php
    222
    323function 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
    121<?php
    222/**
    323 * 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
    121<?php
    222
    323/* 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
    121<?php
    222/**
    323 * 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
    121<?php
    222class WP_Scripts {
    323        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
    121<?php
    222
    323function 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
    121<?php
    222////////////////////////////////////////////////////
    323// 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
    121<?php
    222
    323define('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
    121<?php
    222require(dirname(__FILE__) . '/wp-config.php');
    323
  • 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
    121<?php
    222/* Short and sweet */
    323define('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
    121<?php
    222
    323# 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
    121<?php
    222// ** MySQL settings ** //
    323define('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
    121<?php
    222
    323if (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
    121<?php
    222
    323if (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
    121<?php
    222
    323if (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
    121<?php
    222
    323if (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
    121<?php
    222
    323if (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
    121<?php
    222/**
    323 * 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
    121<?php
    222ignore_user_abort(true);
    323define('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
    121<?php wp_reset_vars(array('action', 'standalone', 'option_group_id')); ?>
    222
    323<?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
    121<?php
    222$self = preg_replace('|^.*/wp-admin/|i', '', $_SERVER['PHP_SELF']);
    323$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
    121<?php
    222require_once('../wp-config.php');
    323require_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
    121<?php
    222require_once('admin.php');
    323require_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
    121<?php
    222require_once('admin.php');
    323
  • 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
    121<?php
    222require_once('./admin.php');
    323
  • 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
    121<?php
    222require_once('admin.php');
    323
  • 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
    121<?php
    222define('DOING_AJAX', true);
    323
  • 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
    121<?php
    222require_once('admin.php');
    323$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
    121<?php
    222require_once('admin.php');
    323
  • 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
    121<?php
    222
    323require_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
    121<?php
    222require_once(dirname(dirname(__FILE__)).'/wp-config.php');
    323$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
    121<?php
    222require_once('admin.php');
    323
  • 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
    121<?php
    222require_once('admin.php');
    323
  • 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
    121<?php
    222define('WP_ADMIN', TRUE);
    323
  • 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
    121<?php
    222// Deprecated.  Use includes/upgrade.php.
    323_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
    121<?php
    222// Deprecated.  Use includes/admin.php.
    323_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
    121<?php
    222
    323/* 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
    121<?php
    222
    323class 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
    121<?php
    222if ( isset($_GET['message']) )
    323        $_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
    121<?php if ( ! defined('ABSPATH') ) die(); ?>
    222<table class="widefat">
    323        <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
    121<?php
    222require_once('../wp-config.php');
    323wp_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
    121<?php
    222require_once('admin.php');
    323wp_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
    121<?php
    222require_once('admin.php');
    323
  • 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
    121<?php if ( ! defined('ABSPATH') ) die(); ?>
    222<table class="widefat">
    323        <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
    121<?php
    222require_once('./admin.php');
    323
  • 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
    121<?php
    222
    323require_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
    121<?php
    222require_once('admin.php');
    323
  • 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
    121<?php
    222
    323require_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
    121<?php
    222if ( ! empty($link_id) ) {
    323        $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
    121<?php
    222
    323class 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
    121<?php
    222
    323class 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
    121<?php
    222
    323class 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
    121<?php
    222
    323class 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
    121<?php
    222/*
    323 * 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
    121<?php
    222
    323class 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
    121<?php
    222
    323class 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
    121<?php
    222
    323define( '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
    121<?php
    222
    323/* 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
    121<?php
    222/**
    323        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
    121<?php
    222
    323class 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
    121<?php
    222class STP_Import {
    323        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
    121<?php
    222
    323class 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
    121<?php
    222
    323class 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
    121<?php
    222require_once('admin.php');
    323
  • 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
    121<?php
    222require_once('admin.php');
    323
  • 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
    121<?php
    222$submitbutton_text = __('Edit Comment');
    323$toprow_title = sprintf(__('Editing Comment # %s'), $comment->comment_ID);
  • wp-admin/edit-form.php

     
     1/*
     2  Copyright 2007, 2008 Automattic, Inc
    13
     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
    222<div class="wrap">
    323<h2><?php _e('Write Post'); ?></h2>
    424<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
    121<?php
    222$action = isset($action)? $action : '';
    323if ( 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
    121<?php
    222if ( ! empty($cat_ID) ) {
    323        $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
    121<?php
    222if ( ! empty($tag_ID) ) {
    323        $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
    121<?php
    222// This array constructs the admin menu bar.
    323//
  • 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
    121<?php
    222// Links
    323// 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
    121<?php
    222require_once('admin.php');
    323
  • 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
    121<?php
    222@header('Content-Type: ' . get_option('html_type') . '; charset=' . get_option('blog_charset'));
    323if (!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
    121<?php
    222require_once('admin.php');
    323
  • 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
    121<?php
    222require_once('admin.php');
    323
  • 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
    121<?php
    222require_once('admin.php');
    323
  • 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
    121<?php
    222define('WP_INSTALLING', true);
    323if (!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
    121<?php
    222require_once('admin.php');
    323require( '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
    121<?php
    222require_once('admin.php');
    323
  • 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
    121<?php
    222require_once ('admin.php');
    323
  • 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
    121<?php
    222define('IS_PROFILE_PAGE', true);
    323require_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
    121<?php
    222if ( ! empty($cat_ID) ) {
    323        $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
    121<?php
    222
    323require_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
    121<?php
    222require_once('admin.php');
    323
  • 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
    121<?php
    222require_once('admin.php');
    323$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
    121<?php
    222define('WP_INSTALLING', true);
    323//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
    121<?php
    222
    323require_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
    121<?php
    222define('WP_INSTALLING', true);
    323if (!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
    121<?php
    222
    323require_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
    121<?php
    222$mode = 'sidebar';
    323
  • 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
    121<?php
    222require_once('../wp-config.php');
    323
  • 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
    121<?php
    222$mode = 'bookmarklet';
    323require_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
    121<?php
    222require_once ('admin.php');
    323$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
    121<?php
    222require_once('admin.php');
    323
  • 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
    121<?php
    222require_once('admin.php');
    323
  • 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
    121<?php
    222require_once('admin.php');
    323
  • 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
    121<?php
    222require_once ('admin.php');
    323require_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
    121<?php
    222require_once('admin.php');
    323
  • 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
    121<?php
    222require_once('admin.php');
    323
  • 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
    121</div><!-- wpbody -->
    222</div><!-- wpcontent -->
    323</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
    121<?php
    222require_once('admin.php');
    323
  • 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
    121<?php
    222require_once('admin.php');
    323
  • 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
    121<?php
    222
    323if (empty($doing_rss)) {