Skip to content

Commit c904665

Browse files
authored
Update plu-redux.php... again
1 parent 03b8abf commit c904665

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plu-redux.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ function plu_redux_plugin_meta( $plugin_meta, $plugin_file ) {
6868
// This function retrieves the last updated date for a plugin from the WordPress API
6969
function plu_redux_get_last_updated( $slug ) {
7070
$request = wp_remote_post(
71-
'http://api.wordpress.org/plugins/info/1.0/', // WordPress API endpoint for plugin information
71+
'https://api.wordpress.org/plugins/info/1.0/', // WordPress API endpoint for plugin information
7272
array(
7373
'body' => array(
7474
'action' => 'plugin_information',

0 commit comments

Comments
 (0)