Make WordPress Core

Changeset 13377


Ignore:
Timestamp:
02/24/2010 07:07:21 PM (15 years ago)
Author:
ryan
Message:

Remove author tags. fixes #12366

Location:
trunk
Files:
18 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/css/custom-navigation.dev.css

    r13375 r13377  
    33 * Interface CSS
    44 *
    5  * @author Jeffikus <pearce.jp@gmail.com>
    65 * @version 1.1.0
    76 *
  • trunk/wp-admin/import/blogware.php

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

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

    r13306 r13377  
    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
  • trunk/wp-admin/includes/user.php

    r13242 r13377  
    485485 *
    486486 * @since unknown
    487  * @author Mark Jaquith
    488487 */
    489488class WP_User_Search {
  • trunk/wp-admin/js/custom-navigation-default-items.dev.js

    r13372 r13377  
    33 * Interface JQuery functions
    44 *
    5  * @author Jeffikus <pearce.jp@gmail.com>
    65 * @version 1.1.0
    76 *
  • trunk/wp-admin/js/custom-navigation-dynamic-functions.dev.js

    r13375 r13377  
    33 * Interface JS functions
    44 *
    5  * @author Jeffikus <pearce.jp@gmail.com>
    65 * @version 1.1.0
    76 *
  • trunk/wp-admin/nav-menus.php

    r13375 r13377  
    44 * Interface functions
    55 *
    6  * @author Jeffikus <pearce.jp@gmail.com>
    76 * @version 1.1.0
    87 *
  • trunk/wp-app.php

    r13113 r13377  
    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 */
  • trunk/wp-content/plugins/hello.php

    r11665 r13377  
    22/**
    33 * @package Hello_Dolly
    4  * @author Matt Mullenweg
    54 * @version 1.5.1
    65 */
  • trunk/wp-includes/canonical.php

    r13268 r13377  
    66 * by Mark Jaquith
    77 *
    8  * @author Scott Yang
    9  * @author Mark Jaquith
    108 * @package WordPress
    119 * @since 2.3.0
  • trunk/wp-includes/class-http.php

    r13302 r13377  
    1010 * @subpackage HTTP
    1111 * @since 2.7.0
    12  * @author Jacob Santos <wordpress@santosj.name>
    1312 */
    1413
     
    16421641 * @subpackage HTTP
    16431642 * @since 2.8.0
    1644  * @author Beau Lebens
    16451643 */
    16461644class WP_Http_Cookie {
  • trunk/wp-includes/deprecated.php

    r13326 r13377  
    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
     
    10761075/**
    10771076 * Show the link to the links popup and the number of links.
    1078  *
    1079  * @author Fullo
    1080  * @link http://sprite.csr.unibo.it/fullo/
    10811077 *
    10821078 * @since 0.71
  • trunk/wp-includes/general-template.php

    r13366 r13377  
    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.
  • trunk/wp-includes/http.php

    r13274 r13377  
    1010 * @subpackage HTTP
    1111 * @since 2.7.0
    12  * @author Jacob Santos <wordpress@santosj.name>
    1312 */
    1413
  • trunk/wp-includes/media.php

    r13145 r13377  
    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
     
    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 */
     
    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 */
  • trunk/wp-includes/rewrite.php

    r12733 r13377  
    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
  • trunk/wp-includes/theme.php

    r13225 r13377  
    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
     
    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
     
    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
Note: See TracChangeset for help on using the changeset viewer.