Add an @return. fixes #19974.

git-svn-id: https://develop.svn.wordpress.org/trunk@19950 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2012-02-18 21:59:47 +00:00
parent 5fff43429f
commit 859a366cdc
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 string $option An option name.
* @param mixed $args Option-dependent arguments. * @param mixed $args Option-dependent arguments.
* @return void
*/ */
function add_screen_option( $option, $args = array() ) { function add_screen_option( $option, $args = array() ) {
$current_screen = get_current_screen(); $current_screen = get_current_screen();
@ -661,6 +660,7 @@ final class WP_Screen {
* *
* @since 3.4.0 * @since 3.4.0
* *
* @return string Contents of the help sidebar.
*/ */
public function get_help_sidebar() { public function get_help_sidebar() {
return $this->_help_sidebar; return $this->_help_sidebar;