Changeset 13015
- Timestamp:
- 12/05/2023 07:18:53 AM (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/api.wordpress.org/public_html/dotorg/helpscout/plugins-themes.php
r13014 r13015 145 145 $style = 'color: green;'; 146 146 $reviewer = false; 147 $last_modi died = $post->post_modified_gmt;147 $last_modified = $post->post_modified_gmt; 148 148 $download_link = "https://downloads.wordpress.org/{$type}/{$post->post_name}.latest-stable.zip"; 149 149 … … 154 154 } 155 155 156 // Prefer the last_ modified post meta.156 // Prefer the last_updated post meta. 157 157 $last_modified = $post->last_updated ?: $last_modified; 158 158
Note: See TracChangeset
for help on using the changeset viewer.