mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-04 17:20:07 +00:00
Core support for partial updates. see #10611.
git-svn-id: https://develop.svn.wordpress.org/trunk@18225 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -71,7 +71,7 @@ function list_core_update( $update ) {
|
||||
} else {
|
||||
submit_button( $submit, 'button', 'upgrade', false );
|
||||
}
|
||||
echo ' <a href="' . esc_url( $update->package ) . '" class="button">' . $download . '</a> ';
|
||||
echo ' <a href="' . esc_url( $update->download ) . '" class="button">' . $download . '</a> ';
|
||||
}
|
||||
if ( 'en_US' != $update->locale )
|
||||
if ( !isset( $update->dismissed ) || !$update->dismissed )
|
||||
|
||||
Reference in New Issue
Block a user