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:
parent
f4901860b6
commit
cbbef554e9
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue