Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #50159, comment 23


Ignore:
Timestamp:
05/14/2020 02:43:45 PM (5 years ago)
Author:
afragen
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #50159, comment 23

    initial v1  
    3030SimplePie is capable of using several different methods of creating the hash used in the transient. The default  SimplePie `cache_name_function = 'md5'`. Your patch will have the effect of
    3131{{{
    32 md5( md5( $filename ) );
     32$transient = md5( 'file_' . md5( $filename:$extension ) );
    3333}}}
    3434