Changeset 26736 for trunk/src/wp-admin/includes/theme.php
- Timestamp:
- 12/06/2013 07:17:35 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/theme.php
r26726 r26736 114 114 115 115 /** 116 * Retrieve the update link if there is a n update for a theme available.117 * 118 * Will return a link ,if there is an update available.116 * Retrieve the update link if there is a theme update available. 117 * 118 * Will return a link if there is an update available. 119 119 * 120 120 * @since 3.8.0 121 121 * 122 * @param object $theme Theme dataobject.123 * @return string|bool HTML for the update link, or False if novalid info was passed.122 * @param WP_Theme $theme WP_Theme object. 123 * @return string|bool HTML for the update link, or false if invalid info was passed. 124 124 */ 125 125 function get_theme_update_available( $theme ) {
Note: See TracChangeset
for help on using the changeset viewer.