Correct incorrect action name.

git-svn-id: https://develop.svn.wordpress.org/trunk@16549 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Peter Westwood 2010-11-23 13:41:57 +00:00
parent ecdda2ce86
commit 2be428108c
1 changed files with 1 additions and 1 deletions

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;
}