Changes between Initial Version and Version 1 of Ticket #50833, comment 9
- Timestamp:
- 08/16/2020 03:27:13 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #50833, comment 9
initial v1 7 7 Thinking it over now, I don't think it is necessary unless/until the page/post editing on the front-end would be implemented. 8 8 9 Just plain showing or moving images generally won't need this `is_gd_image()` function, as the GD extension isn't needed for that. It is only image ''creation'' and/or ''editing'' which need e GD and thereforwill need this function.9 Just plain showing or moving images generally won't need this `is_gd_image()` function, as the GD extension isn't needed for that. It is only image ''creation'' and/or ''editing'' which needs GD and therefore will need this function. 10 10 11 11 Does that make sense ? Am I overlooking something ?