Make WordPress Core


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

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

See #40208.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.