Changes between Initial Version and Version 1 of Ticket #50675, comment 9
- Timestamp:
- 07/17/2020 06:52:20 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #50675, comment 9
initial v1 6 6 > The current alt doesn't care for context 7 7 8 Right, #47456 for fixing this. Seems better to not add more places that need fixing :)8 Right, #47456 is for fixing this. Seems better to not add more places that need fixing :) 9 9 10 10 Don't mind copying the alt text when present, but seems the chances that the old alt text is "wrong" are high. … … 12 12 > What about the `post_title`? Should this be copied over to the new image as well? 13 13 14 Good point. This would create several posts with the same titles, i.e. the slugs will have `-1`, -2`, etc. but if the parent image's title was edited, the user expectation would likely be to keep it.14 Good point. This would create several posts with the same titles, i.e. the slugs will have `-1`, `-2`, etc. but if the parent image's title was edited, the user expectation would likely be to keep it. 15 15 16 16