Skip to content

Commit fd1c9cd

Browse files
committed
comments
Signed-off-by: Andy Fragen <[email protected]>
1 parent 1b26658 commit fd1c9cd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

inc/packages/admin/class-list-table.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,12 @@ class List_Table extends WP_Plugin_Install_List_Table {
1818
/**
1919
* Replace Add Plugins message with ours.
2020
*
21+
* Skip for WP versions prior to 6.9.0.
22+
*
2123
* @since WordPress 6.9.0
2224
* @return void
2325
*/
2426
public function views() {
25-
// For WP versions prior to 6.9.0, do not modify views.
2627
if ( ! is_wp_version_compatible( '6.9' ) ) {
2728
parent::views();
2829
return;

0 commit comments

Comments
 (0)