mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
Media: Replace basename() usage on media upload screen with wp_basename() for better multibyte filenames support.
Includes minor code layout fixes for better readability. Follow-up to [44785], [51023]. See #51754. git-svn-id: https://develop.svn.wordpress.org/trunk@51030 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -138,11 +138,11 @@
|
||||
}
|
||||
|
||||
.media-item button .copy-attachment-url {
|
||||
margin-top:14px;
|
||||
margin-top: 14px;
|
||||
}
|
||||
|
||||
.media-item .copy-to-clipboard-container {
|
||||
margin-top:7px;
|
||||
margin-top: 7px;
|
||||
}
|
||||
|
||||
.media-item .describe-toggle-off,
|
||||
|
||||
Reference in New Issue
Block a user