Make WordPress Core

Changeset 46341


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.

Location:
trunk/src/wp-admin/includes
Files:
5 edited

Legend:

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

    r46336 r46341  
    488488
    489489        /**
    490          * Display the comments table. Override the parent method to render extra comments.
     490         * Displays the comments table.
     491         *
     492         * Overrides the parent display() method to render extra comments.
    491493         *
    492494         * @since 3.1.0
  • trunk/src/wp-admin/includes/class-wp-list-table.php

    r46144 r46341  
    11741174
    11751175        /**
    1176          * Display the table
     1176         * Displays the table.
    11771177         *
    11781178         * @since 3.1.0
  • 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() {
  • 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() {
  • trunk/src/wp-admin/includes/class-wp-themes-list-table.php

    r45932 r46341  
    152152
    153153        /**
     154         * Displays the themes table.
     155         *
     156         * Overrides the parent display() method to provide a different container.
     157         *
     158         * @since 3.1.0
    154159         */
    155160        public function display() {
Note: See TracChangeset for help on using the changeset viewer.