remove hardcoded wp_ prefix, props ddebernardy, Fixes #11785

git-svn-id: https://develop.svn.wordpress.org/trunk@12681 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ron Rennick 2010-01-09 19:19:55 +00:00
parent 2e2ad12171
commit 00664f3d77
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