Make WordPress Core

Changeset 48615


Ignore:
Timestamp:
07/25/2020 06:53:29 PM (4 years ago)
Author:
SergeyBiryukov
Message:

Docs: Correct @since tags for some WP_List_Table hooks:

  • views_{$this->screen->id}
  • bulk_actions-{$this->screen->id}
  • manage_{$this->screen->id}_sortable_columns

Follow-up to [15491], [15578], [26401].

See #49572.

File:
1 edited

Legend:

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

    r48614 r48615  
    399399         * to the ID of the current screen, usually a string.
    400400         *
    401          * @since 3.5.0
     401         * @since 3.1.0
    402402         *
    403403         * @param string[] $views An array of available list table views.
     
    451451             * to the ID of the current screen, usually a string.
    452452             *
    453              * @since 3.5.0
     453             * @since 3.1.0
    454454             *
    455455             * @param string[] $actions An array of the available bulk actions.
     
    10951095         * to the ID of the current screen, usually a string.
    10961096         *
    1097          * @since 3.5.0
     1097         * @since 3.1.0
    10981098         *
    10991099         * @param array $sortable_columns An array of sortable columns.
Note: See TracChangeset for help on using the changeset viewer.