From d06f5817f812874d47db5c2070709f31bcd1b1e3 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 16 Sep 2015 15:01:27 +0000 Subject: [PATCH] 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 --- wp-admin/includes/class-wp-posts-list-table.php | 6 +++++- wp-includes/version.php | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/wp-admin/includes/class-wp-posts-list-table.php b/wp-admin/includes/class-wp-posts-list-table.php index e00536d540..a40815861e 100644 --- a/wp-admin/includes/class-wp-posts-list-table.php +++ b/wp-admin/includes/class-wp-posts-list-table.php @@ -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 + * @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. */ protected function get_edit_link( $args, $label, $class = '' ) { diff --git a/wp-includes/version.php b/wp-includes/version.php index 5155109134..3d7bee1d16 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @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.