Correct incorrect action name.

git-svn-id: http://svn.automattic.com/wordpress/trunk@16549 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
westi 2010-11-23 13:41:57 +00:00
parent a1fa56fd5a
commit 2e0a12e224

View File

@ -319,7 +319,7 @@ class WP_MS_Sites_List_Table extends WP_List_Table {
default:
echo "<td class='$column_name column-$column_name'$style>";
do_action( 'manage_themes_custom_column', $column_name, $theme_key, $theme );
do_action( 'manage_sites_custom_column', $column_name, $theme_key, $theme );
echo "</td>";
break;
}