mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 15:50:09 +00:00
Change @since 2.9 to @since 2.9.0.
git-svn-id: https://develop.svn.wordpress.org/trunk@13829 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1526,7 +1526,7 @@ function add_editor_style( $stylesheet = 'editor-style.css' ) {
|
||||
*
|
||||
* Must be called in the themes functions.php file to work.
|
||||
*
|
||||
* @since 2.9
|
||||
* @since 2.9.0
|
||||
* @param string $feature the feature being added
|
||||
*/
|
||||
function add_theme_support( $feature ) {
|
||||
@@ -1541,7 +1541,7 @@ function add_theme_support( $feature ) {
|
||||
/**
|
||||
* Checks a theme's support for a given feature
|
||||
*
|
||||
* @since 2.9
|
||||
* @since 2.9.0
|
||||
* @param string $feature the feature being checked
|
||||
* @return boolean
|
||||
*/
|
||||
@@ -1579,7 +1579,7 @@ function current_theme_supports( $feature ) {
|
||||
/**
|
||||
* Checks a theme's support for a given feature before loading the functions which implement it.
|
||||
*
|
||||
* @since 2.9
|
||||
* @since 2.9.0
|
||||
* @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