Ticket #63704: 63704.patch
| File 63704.patch, 1.0 KB (added by , 14 months ago) |
|---|
-
wp-admin/includes/deprecated.php
53 53 } 54 54 55 55 /** 56 * Calculate dthe new dimensions for a downsampled image.56 * Calculates the new dimensions for a downsampled image. 57 57 * 58 58 * @since 2.0.0 59 59 * @deprecated 3.5.0 Use wp_constrain_dimensions() -
wp-includes/deprecated.php
2890 2890 */ 2891 2891 function debug_fclose( $fp ) { 2892 2892 _deprecated_function( __FUNCTION__, '3.4.0', 'error_log()' ); 2893 // Unused parameter. 2893 2894 } 2894 2895 2895 2896 /** … … 4804 4805 $value = 'lazy'; 4805 4806 } 4806 4807 4807 return str_replace( '<img ', '<img loading="' . esc_attr( $value ) . '"', $image );4808 return str_replace( '<img ', '<img loading="' . esc_attr( $value ) . '" ', $image ); 4808 4809 } 4809 4810 4810 4811 return $image;
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)