Plugin Directory

Timestamp:
03/22/2024 09:30:19 AM (4 months ago)
Author:
zinigor
Message:

Updating trunk to version 13.2.2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • jetpack/trunk/extensions/blocks/blog-stats/blog-stats.php

    r3053889 r3056649  
    4747function load_assets( $attributes ) {
    4848    Jetpack_Gutenberg::load_assets_as_required( __DIR__ );
    49 
    50     // For outside the front-end, such as within emails or the API.
    51     if ( ! jetpack_is_frontend() ) {
    52         return;
    53     }
    5449
    5550    // For when Stats has been disabled subsequent to inserting the block.
Note: See TracChangeset for help on using the changeset viewer.