mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 04:40:26 +00:00
Inline documentation fixes for hooks and functions introduced in 3.8.0.
git-svn-id: https://develop.svn.wordpress.org/trunk@26736 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -113,14 +113,14 @@ function theme_update_available( $theme ) {
|
||||
}
|
||||
|
||||
/**
|
||||
* Retrieve the update link if there is an update for a theme available.
|
||||
* Retrieve the update link if there is a theme update available.
|
||||
*
|
||||
* Will return a link, if there is an update available.
|
||||
* Will return a link if there is an update available.
|
||||
*
|
||||
* @since 3.8.0
|
||||
*
|
||||
* @param object $theme Theme data object.
|
||||
* @return string|bool HTML for the update link, or False if no valid info was passed.
|
||||
* @param WP_Theme $theme WP_Theme object.
|
||||
* @return string|bool HTML for the update link, or false if invalid info was passed.
|
||||
*/
|
||||
function get_theme_update_available( $theme ) {
|
||||
static $themes_update;
|
||||
|
||||
Reference in New Issue
Block a user