Remove author tags. fixes #12366
git-svn-id: https://develop.svn.wordpress.org/trunk@13377 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
686c7fa0e4
commit
66b081abd2
@ -2,7 +2,6 @@
|
||||
* WordPress Administration Custom Navigation
|
||||
* Interface CSS
|
||||
*
|
||||
* @author Jeffikus <pearce.jp@gmail.com>
|
||||
* @version 1.1.0
|
||||
*
|
||||
* @package WordPress
|
||||
|
@ -4,8 +4,6 @@
|
||||
*
|
||||
* @package WordPress
|
||||
* @subpackage Importer
|
||||
* @author Shayne Sweeney
|
||||
* @link http://www.theshayne.com/
|
||||
*/
|
||||
|
||||
/**
|
||||
|
@ -4,8 +4,6 @@
|
||||
*
|
||||
* @package WordPress
|
||||
* @subpackage Importer
|
||||
* @author Thomas Quinot
|
||||
* @link http://thomas.quinot.org/
|
||||
*/
|
||||
|
||||
/**
|
||||
|
@ -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
|
||||
*/
|
||||
|
@ -484,7 +484,6 @@ if ( !class_exists('WP_User_Search') ) :
|
||||
* WordPress User Search class.
|
||||
*
|
||||
* @since unknown
|
||||
* @author Mark Jaquith
|
||||
*/
|
||||
class WP_User_Search {
|
||||
|
||||
|
@ -2,7 +2,6 @@
|
||||
* WordPress Administration Custom Navigation
|
||||
* Interface JQuery functions
|
||||
*
|
||||
* @author Jeffikus <pearce.jp@gmail.com>
|
||||
* @version 1.1.0
|
||||
*
|
||||
* @package WordPress
|
||||
|
@ -2,7 +2,6 @@
|
||||
* WordPress Administration Custom Navigation
|
||||
* Interface JS functions
|
||||
*
|
||||
* @author Jeffikus <pearce.jp@gmail.com>
|
||||
* @version 1.1.0
|
||||
*
|
||||
* @package WordPress
|
||||
|
@ -3,7 +3,6 @@
|
||||
* WordPress Administration for Navigation Menus
|
||||
* Interface functions
|
||||
*
|
||||
* @author Jeffikus <pearce.jp@gmail.com>
|
||||
* @version 1.1.0
|
||||
*
|
||||
* @package WordPress
|
||||
|
@ -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
|
||||
*/
|
||||
|
||||
|
@ -1,7 +1,6 @@
|
||||
<?php
|
||||
/**
|
||||
* @package Hello_Dolly
|
||||
* @author Matt Mullenweg
|
||||
* @version 1.5.1
|
||||
*/
|
||||
/*
|
||||
|
@ -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
|
||||
*/
|
||||
|
@ -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 {
|
||||
|
||||
|
@ -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}}
|
||||
|
@ -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.
|
||||
|
@ -9,7 +9,6 @@
|
||||
* @package WordPress
|
||||
* @subpackage HTTP
|
||||
* @since 2.7.0
|
||||
* @author Jacob Santos <wordpress@santosj.name>
|
||||
*/
|
||||
|
||||
/**
|
||||
|
@ -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 ) {
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user