Add an @return. fixes #19974.

git-svn-id: http://svn.automattic.com/wordpress/trunk@19950 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
nacin 2012-02-18 21:59:47 +00:00
parent f4901860b6
commit cbbef554e9
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,6 @@ function get_hidden_meta_boxes( $screen ) {
*
* @param string $option An option name.
* @param mixed $args Option-dependent arguments.
* @return void
*/
function add_screen_option( $option, $args = array() ) {
$current_screen = get_current_screen();
@ -661,6 +660,7 @@ final class WP_Screen {
*
* @since 3.4.0
*
* @return string Contents of the help sidebar.
*/
public function get_help_sidebar() {
return $this->_help_sidebar;