Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #6814, comment 23


Ignore:
Timestamp:
05/24/2019 08:58:23 AM (5 years ago)
Author:
ramon fincken
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6814, comment 23

    v1 v2  
    88}}}
    99 
     10Update3:
     11this should be removed
     12
     13{{{#!php
     14                if ( $this->fullsizepath ) {
     15                                return $this->fullsizepath;
     16                        }
     17}}}
     18
    1019
    1120might need an else to delete the meta key (when errors) else you will keep looping over the very same IDs over and over again due to them beeing in error.