Skip to content

Commit c8a3bb0

Browse files
committed
fix: Align parameter documentation for tested WordPress version in WP_Plugins_List_Table
1 parent 544b839 commit c8a3bb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/wp-admin/includes/class-wp-plugins-list-table.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1579,7 +1579,7 @@ public function single_row( $item ) {
15791579
* @param array $plugin_data An array of plugin data. See get_plugin_data()
15801580
* and the {@see 'plugin_row_meta'} filter for the list
15811581
* of possible values.
1582-
* @param string $tested_wp The WordPress version the plugin was tested up to.
1582+
* @param string $tested_wp The WordPress version the plugin was tested up to.
15831583
* @param string $wp_version Current WordPress version.
15841584
*/
15851585
$show_compat_warning = apply_filters(
@@ -1601,7 +1601,7 @@ public function single_row( $item ) {
16011601
* @param array $plugin_data An array of plugin data. See get_plugin_data()
16021602
* and the {@see 'plugin_row_meta'} filter for the list
16031603
* of possible values.
1604-
* @param string $tested_wp The WordPress version the plugin was tested up to.
1604+
* @param string $tested_wp The WordPress version the plugin was tested up to.
16051605
* @param string $wp_version Current WordPress version.
16061606
*/
16071607
$compat_message = apply_filters(

0 commit comments

Comments
 (0)