Make WordPress Core

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


Ignore:
Timestamp:
07/19/2019 12:45:36 AM (5 years ago)
Author:
azaozz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #39647, comment 23

    initial v1  
    1 I have been working in catching the PHP error using a 6 second timeout and @azaozz 'es multi subsizes plugin https://core.trac.wordpress.org/ticket/40439#comment:48
     1I have been working in catching the PHP error using a 6 second timeout and @azaozz' multi subsizes plugin https://core.trac.wordpress.org/ticket/40439#comment:48
    22
    3 What happens : we add {{{
     3What happens : we add
     4{{{
    45<?php
    5 header( 'X-WP-lasterror-message: '.$r['last_error_message'] );
     6header( 'X-WP-lasterror-message: ' . $r['last_error_message'] );
    67}}}
    78