mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-03-24 23:34:30 +00:00
Standardize around "Update" instead of "Upgrade." props RanYanivHartstein. props latz. fixes #14107
git-svn-id: https://develop.svn.wordpress.org/trunk@16696 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -98,7 +98,7 @@ if ( $action ) {
|
||||
else
|
||||
$plugins = array();
|
||||
|
||||
$title = __( 'Upgrade Plugins' );
|
||||
$title = __( 'Update Plugins' );
|
||||
$parent_file = 'plugins.php';
|
||||
|
||||
require_once(ABSPATH . 'wp-admin/admin-header.php');
|
||||
|
||||
Reference in New Issue
Block a user