Make WordPress Core

Ticket #12366: 12366.diff

File 12366.diff, 8.7 KB (added by ryan, 15 years ago)
  • wp-includes/class-http.php

     
    99 * @package WordPress
    1010 * @subpackage HTTP
    1111 * @since 2.7.0
    12  * @author Jacob Santos <wordpress@santosj.name>
    1312 */
    1413
    1514/**
     
    16411640 * @package WordPress
    16421641 * @subpackage HTTP
    16431642 * @since 2.8.0
    1644  * @author Beau Lebens
    16451643 */
    16461644class WP_Http_Cookie {
    16471645
  • wp-includes/theme.php

     
    14341434 *
    14351435 * Must be called in the themes functions.php file to work.
    14361436 *
    1437  * @author Mark Jaquith
    14381437 * @since 2.9
    14391438 * @param string $feature the feature being added
    14401439 */
     
    14501449/**
    14511450 * Checks a theme's support for a given feature
    14521451 *
    1453  * @author Mark Jaquith
    14541452 * @since 2.9
    14551453 * @param string $feature the feature being checked
    14561454 * @return boolean
     
    14901488/**
    14911489 * Checks a theme's support for a given feature before loading the functions which implement it.
    14921490 *
    1493  * @author Peter Westwood
    14941491 * @since 2.9
    14951492 * @param string $feature the feature being checked
    14961493 * @param string $include the file containing the functions that implement the feature
  • wp-includes/media.php

     
    602602 * Uses the begin_fetch_post_thumbnail_html and end_fetch_post_thumbnail_html action hooks to
    603603 * dynamically add/remove itself so as to only filter post thumbnail thumbnails
    604604 *
    605  * @author Mark Jaquith
    606605 * @since 2.9.0
    607606 * @param array $attr Attributes including src, class, alt, title
    608607 * @return array
     
    615614/**
    616615 * Adds _wp_post_thumbnail_class_filter to the wp_get_attachment_image_attributes filter
    617616 *
    618  * @author Mark Jaquith
    619617 * @since 2.9.0
    620618 */
    621619function _wp_post_thumbnail_class_filter_add( $attr ) {
     
    625623/**
    626624 * Removes _wp_post_thumbnail_class_filter from the wp_get_attachment_image_attributes filter
    627625 *
    628  * @author Mark Jaquith
    629626 * @since 2.9.0
    630627 */
    631628function _wp_post_thumbnail_class_filter_remove( $attr ) {
  • wp-includes/formatting.php

     
    249249 * NOTE: This function checks for 5-Byte sequences, UTF8
    250250 *       has Bytes Sequences with a maximum length of 4.
    251251 *
    252  * @author bmorel at ssi dot fr (modified)
    253252 * @since 1.2.1
    254253 *
    255254 * @param string $str The string to be checked
  • wp-includes/rewrite.php

     
    200200 *
    201201 * @access private
    202202 * @since 2.6.0
    203  * @author Mark Jaquith
    204203 *
    205204 * @param string $base The taxonomy base that we're going to filter
    206205 * @return string
  • wp-includes/general-template.php

     
    794794 * three values for the format are not used, then custom format is assumed.
    795795 *
    796796 * @since 1.0.0
    797  * @author Orien
    798  * @link http://icecode.com/ link navigation hack by Orien
    799797 *
    800798 * @param string $url URL to archive.
    801799 * @param string $text Archive text description.
  • wp-includes/canonical.php

     
    55 * Based on "Permalink Redirect" from Scott Yang and "Enforce www. Preference"
    66 * by Mark Jaquith
    77 *
    8  * @author Scott Yang
    9  * @author Mark Jaquith
    108 * @package WordPress
    119 * @since 2.3.0
    1210 */
  • wp-includes/deprecated.php

     
    10321032 * Output a list of all links, listed by category, using the settings in
    10331033 * $wpdb->linkcategories and output it as a nested HTML unordered list.
    10341034 *
    1035  * @author Dougal
    10361035 * @since 1.0.1
    10371036 * @deprecated 2.1
    10381037 * @deprecated Use wp_list_bookmarks()
     
    10761075/**
    10771076 * Show the link to the links popup and the number of links.
    10781077 *
    1079  * @author Fullo
    1080  * @link http://sprite.csr.unibo.it/fullo/
    1081  *
    10821078 * @since 0.71
    10831079 * @deprecated 2.1
    10841080 * @deprecated {@internal Use function instead is unknown}}
  • wp-includes/http.php

     
    99 * @package WordPress
    1010 * @subpackage HTTP
    1111 * @since 2.7.0
    12  * @author Jacob Santos <wordpress@santosj.name>
    1312 */
    1413
    1514/**
  • wp-app.php

     
    22/**
    33 * Atom Publishing Protocol support for WordPress
    44 *
    5  * @author Original by Elias Torres <http://torrez.us/archives/2006/08/31/491/>
    6  * @author Modified by Dougal Campbell <http://dougal.gunters.org/>
    75 * @version 1.0.5-dc
    86 */
    97
  • wp-content/plugins/hello.php

     
    11<?php
    22/**
    33 * @package Hello_Dolly
    4  * @author Matt Mullenweg
    54 * @version 1.5.1
    65 */
    76/*
  • wp-admin/includes/user.php

     
    484484 * WordPress User Search class.
    485485 *
    486486 * @since unknown
    487  * @author Mark Jaquith
    488487 */
    489488class WP_User_Search {
    490489
  • wp-admin/js/custom-navigation-dynamic-functions.dev.js

     
    22 * WordPress Administration Custom Navigation
    33 * Interface JS functions
    44 *
    5  * @author Jeffikus <pearce.jp@gmail.com>
    65 * @version 1.1.0
    76 *
    87 * @package WordPress
  • wp-admin/js/custom-navigation-default-items.dev.js

     
    22 * WordPress Administration Custom Navigation
    33 * Interface JQuery functions
    44 *
    5  * @author Jeffikus <pearce.jp@gmail.com>
    65 * @version 1.1.0
    76 *
    87 * @package WordPress
  • wp-admin/import/dotclear.php

     
    44 *
    55 * @package WordPress
    66 * @subpackage Importer
    7  * @author Thomas Quinot
    8  * @link http://thomas.quinot.org/
    97 */
    108
    119/**
  • wp-admin/import/blogware.php

     
    44 *
    55 * @package WordPress
    66 * @subpackage Importer
    7  * @author Shayne Sweeney
    8  * @link http://www.theshayne.com/
    97 */
    108
    119/**
  • wp-admin/import/opml.php

     
    22/**
    33 * Links Import Administration Panel.
    44 *
    5  * @copyright 2002 Mike Little <mike@zed1.com>
    6  * @author Mike Little <mike@zed1.com>
    75 * @package WordPress
    86 * @subpackage Administration
    97 */
  • wp-admin/nav-menus.php

     
    33 * WordPress Administration for Navigation Menus
    44 * Interface functions
    55 *
    6  * @author Jeffikus <pearce.jp@gmail.com>
    76 * @version 1.1.0
    87 *
    98 * @package WordPress
  • wp-admin/css/custom-navigation.dev.css

     
    22 * WordPress Administration Custom Navigation
    33 * Interface CSS
    44 *
    5  * @author Jeffikus <pearce.jp@gmail.com>
    65 * @version 1.1.0
    76 *
    87 * @package WordPress