mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user