diff --git a/wp-admin/css/custom-navigation.dev.css b/wp-admin/css/custom-navigation.dev.css index cd4ef023f..bc11e7f17 100644 --- a/wp-admin/css/custom-navigation.dev.css +++ b/wp-admin/css/custom-navigation.dev.css @@ -2,7 +2,6 @@ * WordPress Administration Custom Navigation * Interface CSS * - * @author Jeffikus * @version 1.1.0 * * @package WordPress diff --git a/wp-admin/import/blogware.php b/wp-admin/import/blogware.php index 319c4fbec..43617d295 100644 --- a/wp-admin/import/blogware.php +++ b/wp-admin/import/blogware.php @@ -4,8 +4,6 @@ * * @package WordPress * @subpackage Importer - * @author Shayne Sweeney - * @link http://www.theshayne.com/ */ /** diff --git a/wp-admin/import/dotclear.php b/wp-admin/import/dotclear.php index 27dc248f5..62eb11700 100644 --- a/wp-admin/import/dotclear.php +++ b/wp-admin/import/dotclear.php @@ -4,8 +4,6 @@ * * @package WordPress * @subpackage Importer - * @author Thomas Quinot - * @link http://thomas.quinot.org/ */ /** diff --git a/wp-admin/import/opml.php b/wp-admin/import/opml.php index 4a98ce686..9a92aa941 100644 --- a/wp-admin/import/opml.php +++ b/wp-admin/import/opml.php @@ -2,8 +2,6 @@ /** * Links Import Administration Panel. * - * @copyright 2002 Mike Little - * @author Mike Little * @package WordPress * @subpackage Administration */ diff --git a/wp-admin/includes/user.php b/wp-admin/includes/user.php index 55ea2959b..86ee80587 100644 --- a/wp-admin/includes/user.php +++ b/wp-admin/includes/user.php @@ -484,7 +484,6 @@ if ( !class_exists('WP_User_Search') ) : * WordPress User Search class. * * @since unknown - * @author Mark Jaquith */ class WP_User_Search { diff --git a/wp-admin/js/custom-navigation-default-items.dev.js b/wp-admin/js/custom-navigation-default-items.dev.js index ef0e961b4..57fbf1783 100644 --- a/wp-admin/js/custom-navigation-default-items.dev.js +++ b/wp-admin/js/custom-navigation-default-items.dev.js @@ -2,7 +2,6 @@ * WordPress Administration Custom Navigation * Interface JQuery functions * - * @author Jeffikus * @version 1.1.0 * * @package WordPress diff --git a/wp-admin/js/custom-navigation-dynamic-functions.dev.js b/wp-admin/js/custom-navigation-dynamic-functions.dev.js index 71fc0ee87..604417db9 100644 --- a/wp-admin/js/custom-navigation-dynamic-functions.dev.js +++ b/wp-admin/js/custom-navigation-dynamic-functions.dev.js @@ -2,7 +2,6 @@ * WordPress Administration Custom Navigation * Interface JS functions * - * @author Jeffikus * @version 1.1.0 * * @package WordPress diff --git a/wp-admin/nav-menus.php b/wp-admin/nav-menus.php index d99214a6d..84b8a7e95 100644 --- a/wp-admin/nav-menus.php +++ b/wp-admin/nav-menus.php @@ -3,7 +3,6 @@ * WordPress Administration for Navigation Menus * Interface functions * - * @author Jeffikus * @version 1.1.0 * * @package WordPress diff --git a/wp-app.php b/wp-app.php index 88938c2f6..b95a0102d 100644 --- a/wp-app.php +++ b/wp-app.php @@ -2,8 +2,6 @@ /** * Atom Publishing Protocol support for WordPress * - * @author Original by Elias Torres - * @author Modified by Dougal Campbell * @version 1.0.5-dc */ diff --git a/wp-content/plugins/hello.php b/wp-content/plugins/hello.php index a80b1ea24..4f6d785b4 100644 --- a/wp-content/plugins/hello.php +++ b/wp-content/plugins/hello.php @@ -1,7 +1,6 @@ */ /** @@ -1641,7 +1640,6 @@ class WP_HTTP_Proxy { * @package WordPress * @subpackage HTTP * @since 2.8.0 - * @author Beau Lebens */ class WP_Http_Cookie { diff --git a/wp-includes/deprecated.php b/wp-includes/deprecated.php index 34ae293ab..234119026 100644 --- a/wp-includes/deprecated.php +++ b/wp-includes/deprecated.php @@ -1032,7 +1032,6 @@ function get_links($category = -1, $before = '', $after = '
', $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}} diff --git a/wp-includes/general-template.php b/wp-includes/general-template.php index 0b2db652f..97b83879e 100644 --- a/wp-includes/general-template.php +++ b/wp-includes/general-template.php @@ -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. diff --git a/wp-includes/http.php b/wp-includes/http.php index 4467cb19c..1a66dd0e7 100644 --- a/wp-includes/http.php +++ b/wp-includes/http.php @@ -9,7 +9,6 @@ * @package WordPress * @subpackage HTTP * @since 2.7.0 - * @author Jacob Santos */ /** diff --git a/wp-includes/media.php b/wp-includes/media.php index d4d373d29..72ff9c046 100644 --- a/wp-includes/media.php +++ b/wp-includes/media.php @@ -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 ) { diff --git a/wp-includes/rewrite.php b/wp-includes/rewrite.php index e6d3c4315..30a784eb8 100644 --- a/wp-includes/rewrite.php +++ b/wp-includes/rewrite.php @@ -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 diff --git a/wp-includes/theme.php b/wp-includes/theme.php index 141e3012c..ba4dd17fd 100644 --- a/wp-includes/theme.php +++ b/wp-includes/theme.php @@ -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