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

Fixes #32376.
Built from https://develop.svn.wordpress.org/trunk@34238


git-svn-id: http://core.svn.wordpress.org/trunk@34202 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2015-09-16 15:01:27 +00:00
parent b1f176582c
commit d06f5817f8
2 changed files with 6 additions and 2 deletions

View File

@ -196,10 +196,14 @@ class WP_Posts_List_Table extends WP_List_Table {
} }
/** /**
* Helper to create links to `edit.php` with params * Helper to create links to edit.php with params.
* *
* @since 4.4.0 * @since 4.4.0
* @access protected
* *
* @param array $args URL parameters for the link.
* @param string $label Link text.
* @param string $class Optional. Class attribute. Default empty string.
* @return string The formatted link string. * @return string The formatted link string.
*/ */
protected function get_edit_link( $args, $label, $class = '' ) { protected function get_edit_link( $args, $label, $class = '' ) {

View File

@ -4,7 +4,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '4.4-alpha-34237'; $wp_version = '4.4-alpha-34238';
/** /**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.