mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 12:20:22 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user