WordPress.org

Make WordPress Core

Changeset 32664


Ignore:
Timestamp:
05/31/2015 01:33:40 AM (6 years ago)
Author:
DrewAPicture
Message:

Fix formatting and add missing return descriptions for inline documentation introduced in [32644] for WP_MS_Sites_List_Table.

See #25408. See #32246.

File:
1 edited

Legend:

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

    r32656 r32664  
    380380
    381381    /**
    382      * Get name of default primary column
     382     * Get the name of the default primary column.
    383383     *
    384384     * @since 4.3.0
    385385     * @access protected
    386386     *
    387      * @return string
     387     * @return string Name of the default primary column, in this case, 'blogname'.
    388388     */
    389389    protected function get_default_primary_column_name() {
     
    392392
    393393    /**
    394      * Generate and display row actions links
     394     * Generate and display row actions links.
    395395     *
    396396     * @since 4.3.0
    397397     * @access protected
    398398     *
    399      * @param object $blog Blog being acted upon
    400      * @param string $column_name Current column name
    401      * @param string $primary Primary column name
    402      *
    403      * @return string
     399     * @param object $blog        Blog being acted upon.
     400     * @param string $column_name Current column name.
     401     * @param string $primary     Primary column name.
     402     * @return string Row actions output.
    404403     */
    405404    protected function handle_row_actions( $blog, $column_name, $primary ) {
Note: See TracChangeset for help on using the changeset viewer.