Make WordPress Core


Ignore:
Timestamp:
08/15/2023 10:07:30 AM (17 months ago)
Author:
SergeyBiryukov
Message:

Docs: Fix typo in duplicate hook references for views_{$this->screen->id}.

Follow-up to [29218], [29625].

Props nithins53, NekoJonez, mukesh27.
Fixes #59102. See #58833.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-plugin-install-list-table.php

    r56174 r56397  
    330330        $views = $this->get_views();
    331331
    332         /** This filter is documented in wp-admin/inclues/class-wp-list-table.php */
     332        /** This filter is documented in wp-admin/includes/class-wp-list-table.php */
    333333        $views = apply_filters( "views_{$this->screen->id}", $views );
    334334
Note: See TracChangeset for help on using the changeset viewer.