Make WordPress Core


Ignore:
Timestamp:
09/29/2019 11:03:14 AM (5 years ago)
Author:
SergeyBiryukov
Message:

Docs: Improve documentation for ::display() methods in various list tables.

Props itowhid06.
Fixes #47947.

File:
1 edited

Legend:

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

    r45932 r46341  
    334334
    335335    /**
    336      * Override the parent display() so we can provide a different container.
     336     * Displays the plugin install table.
     337     *
     338     * Overrides the parent display() method to provide a different container.
     339     *
     340     * @since 4.0.0
    337341     */
    338342    public function display() {
Note: See TracChangeset for help on using the changeset viewer.