Make WordPress Core


Ignore:
Timestamp:
09/29/2019 11:03:14 AM (7 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-theme-install-list-table.php

    r46278 r46341  
    188188
    189189        /**
     190         * Displays the theme install table.
     191         *
     192         * Overrides the parent display() method to provide a different container.
     193         *
     194         * @since 3.1.0
    190195         */
    191196        public function display() {
Note: See TracChangeset for help on using the changeset viewer.