Changeset 47060 for trunk/src/wp-admin/includes/update.php
- Timestamp:
- 01/11/2020 06:30:58 PM (13 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/update.php
r46763 r47060 277 277 * 278 278 * @global string $pagenow 279 * @return false|void279 * @return void|false 280 280 */ 281 281 function update_nag() { … … 410 410 * @param string $file Plugin basename. 411 411 * @param array $plugin_data Plugin information. 412 * @return false|void412 * @return void|false 413 413 */ 414 414 function wp_plugin_update_row( $file, $plugin_data ) { … … 612 612 * @param string $theme_key Theme stylesheet. 613 613 * @param WP_Theme $theme Theme object. 614 * @return false|void614 * @return void|false 615 615 */ 616 616 function wp_theme_update_row( $theme_key, $theme ) { … … 721 721 * 722 722 * @global int $upgrading 723 * @return false|void723 * @return void|false 724 724 */ 725 725 function maintenance_nag() {
Note: See TracChangeset
for help on using the changeset viewer.