mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Pinking shears
git-svn-id: https://develop.svn.wordpress.org/trunk@19054 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -330,7 +330,7 @@ function wp_get_update_data() {
|
||||
$update_title[] = sprintf(_n('%d Theme Update', '%d Theme Updates', $counts['themes']), $counts['themes']);
|
||||
|
||||
$update_title = ! empty( $update_title ) ? esc_attr( implode( ', ', $update_title ) ) : '';
|
||||
|
||||
|
||||
return array( 'counts' => $counts, 'title' => $update_title );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user