Plugin Directory

Timestamp:
04/10/2024 08:25:49 PM (3 months ago)
Author:
zinigor
Message:

Updating trunk to version 13.3.1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • jetpack/trunk/jetpack_vendor/automattic/jetpack-image-cdn/src/class-image-cdn.php

    r3067143 r3068647  
    1515final class Image_CDN {
    1616
    17     const PACKAGE_VERSION = '0.3.4';
     17    const PACKAGE_VERSION = '0.3.';
    1818
    1919    /**
     
    369369                 * @since 2.0.3
    370370                 *
    371                  * @param bool              false Should Photon ignore this image. Default to false.
    372                  * @param string            $src Image URL.
    373                  * @param string|array|null $tag  Image Tag (Image HTML output) or array of image details for srcset.
     371                 * @param bool false Should Photon ignore this image. Default to false.
     372                 * @param string Image URL.
     373                 * @param string.
    374374                 */
    375375                if ( apply_filters( 'jetpack_photon_skip_image', false, $src, $tag ) ) {
Note: See TracChangeset for help on using the changeset viewer.