Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix alignment spacing
  • Loading branch information
tfirdaus committed Apr 8, 2024
commit 73b482ce1c8238865b1fe64a8e3d7175e4d8a70c
2 changes: 1 addition & 1 deletion src/Plugin_Command.php
Original file line number Diff line number Diff line change
Expand Up @@ -744,7 +744,7 @@ protected function get_item_list() {
];

// Include information from the plugin readme.txt headers.
$plugin_headers = $this->get_plugin_headers( $name );
$plugin_headers = $this->get_plugin_headers( $name );
$items[ $file ]['tested_up_to'] = isset( $plugin_headers['tested_up_to'] ) ? $plugin_headers['tested_up_to'] : '';

if ( null === $update_info ) {
Expand Down