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:
Ryan Boren
2010-02-24 19:07:21 +00:00
parent 686c7fa0e4
commit 66b081abd2
18 changed files with 0 additions and 32 deletions
-3
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