Changeset 32653 for trunk/src/wp-admin/includes/update.php
- Timestamp:
- 05/29/2015 05:03:13 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/update.php
r32643 r32653 189 189 } 190 190 } 191 add_filter( 'update_footer', 'core_update_footer' );192 191 193 192 /** … … 217 216 echo "<div class='update-nag'>$msg</div>"; 218 217 } 219 add_action( 'admin_notices', 'update_nag', 3 );220 add_action( 'network_admin_notices', 'update_nag', 3 );221 218 222 219 // Called directly from dashboard … … 267 264 } 268 265 } 269 add_action( 'admin_init', 'wp_plugin_update_rows' );270 266 271 267 function wp_plugin_update_row( $file, $plugin_data ) { … … 363 359 } 364 360 } 365 add_action( 'admin_init', 'wp_theme_update_rows' );366 361 367 362 function wp_theme_update_row( $theme_key, $theme ) { … … 442 437 echo "<div class='update-nag'>$msg</div>"; 443 438 } 444 add_action( 'admin_notices', 'maintenance_nag' );445 add_action( 'network_admin_notices', 'maintenance_nag' );
Note: See TracChangeset
for help on using the changeset viewer.