jchristopher / attachments

[WordPress Plugin] Attachments allows you to simply append any number of items from your WordPress Media Library to Posts, Pages, and Custom Post Types
wordpress.org/extend/plugins/attachments/
GNU General Public License v2.0
241 stars 78 forks source link

Title of Attachment changed #170

Closed mikemeinz closed 7 years ago

mikemeinz commented 7 years ago

A recent upgrade to WordPress 4.6.1 seems to have caused this issue.

Now, when we attach a filename that contains spaces and capital letters (Cable Advisory Council 2016 Meeting Schedule.pdf), the Attachment Title gets converted to all lowercase with dashes replacing the spaces (cable-advisory-council-2016-meeting-schedule).

The title should be Cable Advisory Council 2016 Meeting Schedule.

See https://core.trac.wordpress.org/ticket/37989

mikemeinz commented 7 years ago

To correct this issue, I applied the folowing temporary patch to /wp-admin/includes/media.php

https://core.trac.wordpress.org/attachment/ticket/37989/37989.diff

According to the above note, the official fix will come in WordPress 4.6.2