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:
parent
5fff43429f
commit
859a366cdc
@ -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
Block a user