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 1b26658 commit fd1c9cdCopy full SHA for fd1c9cd
inc/packages/admin/class-list-table.php
@@ -18,11 +18,12 @@ class List_Table extends WP_Plugin_Install_List_Table {
18
/**
19
* Replace Add Plugins message with ours.
20
*
21
+ * Skip for WP versions prior to 6.9.0.
22
+ *
23
* @since WordPress 6.9.0
24
* @return void
25
*/
26
public function views() {
- // For WP versions prior to 6.9.0, do not modify views.
27
if ( ! is_wp_version_compatible( '6.9' ) ) {
28
parent::views();
29
return;
0 commit comments