Plugin Directory


Ignore:
Timestamp:
04/28/2020 02:28:16 PM (5 years ago)
Author:
tschutter
Message:

trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • codepress-admin-columns/trunk/classes/Integration/Pods.php

    r1970341r2293580 
    2424
    2525    public function show_notice( Screen $screen ) {
    26         return in_array( $screen->get_id(), array(
     26        return in_array( $screen->get_id(), [
    2727            'toplevel_page_pods',
    2828            'pods-admin_page_pods-settings',
    29         ) );
     29        ] );
    3030    }
    3131
Note: See TracChangeset for help on using the changeset viewer.