Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #50833, comment 9


Ignore:
Timestamp:
08/16/2020 03:27:13 PM (5 years ago)
Author:
jrf
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #50833, comment 9

    initial v1  
    77Thinking it over now, I don't think it is necessary unless/until the page/post editing on the front-end would be implemented.
    88
    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 neede GD and therefor will need this function.
     9Just 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.
    1010
    1111Does that make sense ? Am I overlooking something ?