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:
Drew Jaynes
2013-12-06 19:17:35 +00:00
parent 642293800b
commit 439c61a1ba
4 changed files with 36 additions and 17 deletions
+4 -4
View File
@@ -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;