mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
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. git-svn-id: https://develop.svn.wordpress.org/trunk@56397 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
f107073f39
commit
f6dde69ea3
@ -297,7 +297,7 @@ class WP_Media_List_Table extends WP_List_Table {
|
||||
<?php
|
||||
$this->extra_tablenav( 'bar' );
|
||||
|
||||
/** This filter is documented in wp-admin/inclues/class-wp-list-table.php */
|
||||
/** This filter is documented in wp-admin/includes/class-wp-list-table.php */
|
||||
$views = apply_filters( "views_{$this->screen->id}", array() );
|
||||
|
||||
// Back compat for pre-4.0 view links.
|
||||
|
||||
@ -329,7 +329,7 @@ class WP_Plugin_Install_List_Table extends WP_List_Table {
|
||||
public function views() {
|
||||
$views = $this->get_views();
|
||||
|
||||
/** This filter is documented in wp-admin/inclues/class-wp-list-table.php */
|
||||
/** This filter is documented in wp-admin/includes/class-wp-list-table.php */
|
||||
$views = apply_filters( "views_{$this->screen->id}", $views );
|
||||
|
||||
$this->screen->render_screen_reader_content( 'heading_views' );
|
||||
|
||||
Loading…
Reference in New Issue
Block a user