Make WordPress Core

Changeset 34238


Ignore:
Timestamp:
09/16/2015 03:00:04 PM (9 years ago)
Author:
SergeyBiryukov
Message:

Docs: Expand the DocBlock for the WP_Theme::get_edit_link() method, introduced in [34084].

Fixes #32376.

File:
1 edited

Legend:

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

    r34178 r34238  
    197197
    198198    /**
    199      * Helper to create links to `edit.php` with params
     199     * Helper to create links to edit.php with params.
    200200     *
    201201     * @since 4.4.0
    202      *
     202     * @access protected
     203     *
     204     * @param array  $args  URL parameters for the link.
     205     * @param string $label Link text.
     206     * @param string $class Optional. Class attribute. Default empty string.
    203207     * @return string The formatted link string.
    204208     */
Note: See TracChangeset for help on using the changeset viewer.