• I want to hack the schema.php file so that when it creates a subdomain the site name is added to the front of the tagline.

    ‘blogdescription’ => sprintf(__(‘Website for %s ‘), $current_site->site_name ),

    this is what I tried but did not work.

    ‘blogdescription’ => sprintf(__(‘<?php bloginfo();?> Website for %s ‘), $current_site->site_name ),

    Any help would be appreciated…. David

  • The topic ‘Help with Schema.php Hack on site creation’ is closed to new replies.