Making WordPress.org

Changeset 13015


Ignore:
Timestamp:
12/05/2023 07:18:53 AM (10 months ago)
Author:
dd32
Message:

Helpscout: Plugins+Themes widget: Fix variable typos due to inability to test endpoint.

See #7351.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/api.wordpress.org/public_html/dotorg/helpscout/plugins-themes.php

    r13014 r13015  
    145145        $style         = 'color: green;';
    146146        $reviewer      = false;
    147         $last_modidied = $post->post_modified_gmt;
     147        $last_modified = $post->post_modified_gmt;
    148148        $download_link = "https://downloads.wordpress.org/{$type}/{$post->post_name}.latest-stable.zip";
    149149
     
    154154            }
    155155
    156             // Prefer the last_modified post meta.
     156            // Prefer the last_updated post meta.
    157157            $last_modified = $post->last_updated ?: $last_modified;
    158158
Note: See TracChangeset for help on using the changeset viewer.