remove hardcoded wp_ prefix, props ddebernardy, Fixes #11785

git-svn-id: http://svn.automattic.com/wordpress/trunk@12681 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
wpmuguru 2010-01-09 19:19:55 +00:00
parent bf4a5241e1
commit 0ec6df5f61
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ switch( $_GET['action'] ) {
</div></div>
<div id="blogedit_blogoptions" class="postbox " >
<h3 class='hndle'><span><?php printf( __('Blog options (wp_%s_options)'), $id ); ?></span></h3>
<h3 class='hndle'><span><?php printf( __('Blog options (%s_options)'), $blog_prefix ); ?></span></h3>
<div class="inside">
<table class="form-table">
<?php