Make WordPress Core


Ignore:
Timestamp:
08/15/2023 10:07:30 AM (14 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-media-list-table.php

    r56072 r56397  
    298298                $this->extra_tablenav( 'bar' );
    299299
    300                 /** This filter is documented in wp-admin/inclues/class-wp-list-table.php */
     300                /** This filter is documented in wp-admin/includes/class-wp-list-table.php */
    301301                $views = apply_filters( "views_{$this->screen->id}", array() );
    302302
Note: See TracChangeset for help on using the changeset viewer.