Make WordPress Core

Changeset 40309


Ignore:
Timestamp:
03/22/2017 03:44:51 AM (9 years ago)
Author:
SergeyBiryukov
Message:

Docs: Add description for $mode global in WP_Media_List_Table and WP_Posts_List_Table.

See #40208.

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

Legend:

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

    r40297 r40309  
    220220         * Override parent views so we can use the filter bar display.
    221221         *
    222          * @global string $mode
     222         * @global string $mode List table view mode.
    223223         */
    224224        public function views() {
  • trunk/src/wp-admin/includes/class-wp-posts-list-table.php

    r40297 r40309  
    872872         * @access public
    873873         *
    874          * @global string $mode
     874         * @global string $mode List table view mode.
    875875         *
    876876         * @param WP_Post $post The current WP_Post object.
     
    969969         * @access public
    970970         *
    971          * @global string $mode
     971         * @global string $mode List table view mode.
    972972         *
    973973         * @param WP_Post $post The current WP_Post object.
     
    13311331         * @since 3.1.0
    13321332         *
    1333          * @global string $mode
     1333         * @global string $mode List table view mode.
    13341334         */
    13351335        public function inline_edit() {
Note: See TracChangeset for help on using the changeset viewer.