Remove author tags. fixes #12366

git-svn-id: http://svn.automattic.com/wordpress/trunk@13377 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2010-02-24 19:07:21 +00:00
parent f423a2ee5e
commit 9ab7306993
18 changed files with 0 additions and 32 deletions

View File

@ -2,7 +2,6 @@
* WordPress Administration Custom Navigation
* Interface CSS
*
* @author Jeffikus <pearce.jp@gmail.com>
* @version 1.1.0
*
* @package WordPress

View File

@ -4,8 +4,6 @@
*
* @package WordPress
* @subpackage Importer
* @author Shayne Sweeney
* @link http://www.theshayne.com/
*/
/**

View File

@ -4,8 +4,6 @@
*
* @package WordPress
* @subpackage Importer
* @author Thomas Quinot
* @link http://thomas.quinot.org/
*/
/**

View File

@ -2,8 +2,6 @@
/**
* Links Import Administration Panel.
*
* @copyright 2002 Mike Little <mike@zed1.com>
* @author Mike Little <mike@zed1.com>
* @package WordPress
* @subpackage Administration
*/

View File

@ -484,7 +484,6 @@ if ( !class_exists('WP_User_Search') ) :
* WordPress User Search class.
*
* @since unknown
* @author Mark Jaquith
*/
class WP_User_Search {

View File

@ -2,7 +2,6 @@
* WordPress Administration Custom Navigation
* Interface JQuery functions
*
* @author Jeffikus <pearce.jp@gmail.com>
* @version 1.1.0
*
* @package WordPress

View File

@ -2,7 +2,6 @@
* WordPress Administration Custom Navigation
* Interface JS functions
*
* @author Jeffikus <pearce.jp@gmail.com>
* @version 1.1.0
*
* @package WordPress

View File

@ -3,7 +3,6 @@
* WordPress Administration for Navigation Menus
* Interface functions
*
* @author Jeffikus <pearce.jp@gmail.com>
* @version 1.1.0
*
* @package WordPress

View File

@ -2,8 +2,6 @@
/**
* Atom Publishing Protocol support for WordPress
*
* @author Original by Elias Torres <http://torrez.us/archives/2006/08/31/491/>
* @author Modified by Dougal Campbell <http://dougal.gunters.org/>
* @version 1.0.5-dc
*/

View File

@ -1,7 +1,6 @@
<?php
/**
* @package Hello_Dolly
* @author Matt Mullenweg
* @version 1.5.1
*/
/*

View File

@ -5,8 +5,6 @@
* Based on "Permalink Redirect" from Scott Yang and "Enforce www. Preference"
* by Mark Jaquith
*
* @author Scott Yang
* @author Mark Jaquith
* @package WordPress
* @since 2.3.0
*/

View File

@ -9,7 +9,6 @@
* @package WordPress
* @subpackage HTTP
* @since 2.7.0
* @author Jacob Santos <wordpress@santosj.name>
*/
/**
@ -1641,7 +1640,6 @@ class WP_HTTP_Proxy {
* @package WordPress
* @subpackage HTTP
* @since 2.8.0
* @author Beau Lebens
*/
class WP_Http_Cookie {

View File

@ -1032,7 +1032,6 @@ function get_links($category = -1, $before = '', $after = '<br />', $between = '
* Output a list of all links, listed by category, using the settings in
* $wpdb->linkcategories and output it as a nested HTML unordered list.
*
* @author Dougal
* @since 1.0.1
* @deprecated 2.1
* @deprecated Use wp_list_bookmarks()
@ -1076,9 +1075,6 @@ function get_links_list($order = 'name') {
/**
* Show the link to the links popup and the number of links.
*
* @author Fullo
* @link http://sprite.csr.unibo.it/fullo/
*
* @since 0.71
* @deprecated 2.1
* @deprecated {@internal Use function instead is unknown}}

View File

@ -794,8 +794,6 @@ function single_month_title($prefix = '', $display = true ) {
* three values for the format are not used, then custom format is assumed.
*
* @since 1.0.0
* @author Orien
* @link http://icecode.com/ link navigation hack by Orien
*
* @param string $url URL to archive.
* @param string $text Archive text description.

View File

@ -9,7 +9,6 @@
* @package WordPress
* @subpackage HTTP
* @since 2.7.0
* @author Jacob Santos <wordpress@santosj.name>
*/
/**

View File

@ -602,7 +602,6 @@ function wp_get_attachment_image($attachment_id, $size = 'thumbnail', $icon = fa
* Uses the begin_fetch_post_thumbnail_html and end_fetch_post_thumbnail_html action hooks to
* dynamically add/remove itself so as to only filter post thumbnail thumbnails
*
* @author Mark Jaquith
* @since 2.9.0
* @param array $attr Attributes including src, class, alt, title
* @return array
@ -615,7 +614,6 @@ function _wp_post_thumbnail_class_filter( $attr ) {
/**
* Adds _wp_post_thumbnail_class_filter to the wp_get_attachment_image_attributes filter
*
* @author Mark Jaquith
* @since 2.9.0
*/
function _wp_post_thumbnail_class_filter_add( $attr ) {
@ -625,7 +623,6 @@ function _wp_post_thumbnail_class_filter_add( $attr ) {
/**
* Removes _wp_post_thumbnail_class_filter from the wp_get_attachment_image_attributes filter
*
* @author Mark Jaquith
* @since 2.9.0
*/
function _wp_post_thumbnail_class_filter_remove( $attr ) {

View File

@ -200,7 +200,6 @@ function add_rewrite_endpoint($name, $places) {
*
* @access private
* @since 2.6.0
* @author Mark Jaquith
*
* @param string $base The taxonomy base that we're going to filter
* @return string

View File

@ -1434,7 +1434,6 @@ body {
*
* Must be called in the themes functions.php file to work.
*
* @author Mark Jaquith
* @since 2.9
* @param string $feature the feature being added
*/
@ -1450,7 +1449,6 @@ function add_theme_support( $feature ) {
/**
* Checks a theme's support for a given feature
*
* @author Mark Jaquith
* @since 2.9
* @param string $feature the feature being checked
* @return boolean
@ -1490,7 +1488,6 @@ function current_theme_supports( $feature ) {
/**
* Checks a theme's support for a given feature before loading the functions which implement it.
*
* @author Peter Westwood
* @since 2.9
* @param string $feature the feature being checked
* @param string $include the file containing the functions that implement the feature