We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d2d201 commit 73b482cCopy full SHA for 73b482c
src/Plugin_Command.php
@@ -744,7 +744,7 @@ protected function get_item_list() {
744
];
745
746
// Include information from the plugin readme.txt headers.
747
- $plugin_headers = $this->get_plugin_headers( $name );
+ $plugin_headers = $this->get_plugin_headers( $name );
748
$items[ $file ]['tested_up_to'] = isset( $plugin_headers['tested_up_to'] ) ? $plugin_headers['tested_up_to'] : '';
749
750
if ( null === $update_info ) {
0 commit comments