Make WordPress Core


Ignore:
Timestamp:
05/31/2015 01:31:11 AM (10 years ago)
Author:
DrewAPicture
Message:

Fix formatting and add a missing return description for inline documentation introduced in [32644] for WP_Media_List_Table.

See #25408. See #32246.

File:
1 edited

Legend:

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

    r32656 r32663  
    507507                 * Fires for each custom column in the Media list table.
    508508                 *
    509                  * Custom columns are registered using the 'manage_media_columns' filter.
     509                 * Custom columns are registered using the {@see 'manage_media_columns'} filter.
    510510                 *
    511511                 * @since 2.5.0
     
    531531
    532532    /**
    533      * Get name of default primary column
     533     * Get the name of the default primary column.
    534534     *
    535535     * @since 4.3.0
    536536     * @access protected
    537537     *
    538      * @return string
     538     * @return string Name of the default primary column, in this case, 'title'.
    539539     */
    540540    protected function get_default_primary_column_name() {
Note: See TracChangeset for help on using the changeset viewer.