Changeset 13012
- Timestamp:
- 12/05/2023 06:38:53 AM (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/api.wordpress.org/public_html/dotorg/helpscout/plugins-themes.php
r13011 r13012 146 146 $reviewer = false; 147 147 $last_modidied = $post->post_modified_gmt; 148 $download_link = "https://downloads.wordpress.org/{$type}/{$post->post_name}.latest-stable.zip";149 148 150 149 if ( 'plugin' === $post->post_type ) { … … 172 171 } 173 172 173 $download_link = "https://downloads.wordpress.org/{$type}/{$post->post_name}.latest-stable.zip"; 174 174 $last_updated = human_time_diff( strtotime( $last_modified ), time() ); 175 175 $short_last_updated = str_ireplace(
Note: See TracChangeset
for help on using the changeset viewer.