Web.Admin/2014/wordpress/wp-admin/install.php
Method display_setup_form
has 26 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
function display_setup_form( $error = null ) {
// Ensure that Blogs appear in search engines by default
$blog_public = 1;
if ( isset($_POST) && !empty($_POST) ) {
$blog_public = isset($_POST['blog_public']);