Fix docblock formatting. fixes #25893.

git-svn-id: https://develop.svn.wordpress.org/trunk@26081 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov
2013-11-11 13:31:19 +00:00
parent eb8f223cd0
commit a2aed7b119
11 changed files with 30 additions and 29 deletions
+6 -6
View File
@@ -38,12 +38,12 @@ if ( apply_filters( 'enable_post_by_email_configuration', true ) ) {
}
/**
* Toggle site update services configuration functionality.
*
* @since 3.0.0
*
* @param bool True or false, based on whether update services configuration is enabled or not.
*/
* Toggle site update services configuration functionality.
*
* @since 3.0.0
*
* @param bool True or false, based on whether update services configuration is enabled or not.
*/
if ( apply_filters( 'enable_update_services_configuration', true ) ) {
get_current_screen()->add_help_tab( array(
'id' => 'options-services',