Add extra hooks to Right Now dashboard widget. Props jfarthing84. See #12202

git-svn-id: https://develop.svn.wordpress.org/trunk@13867 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dion Hulse 2010-03-28 06:13:53 +00:00
parent cc26a706e8
commit ff0e3800bc
1 changed files with 2 additions and 0 deletions

View File

@ -279,6 +279,7 @@ function wp_dashboard_right_now() {
echo '<td class="t tags">' . $text . '</td>';
echo "</tr>";
do_action('right_now_content_table_end');
echo "\n\t</table>\n\t</div>";
@ -334,6 +335,7 @@ function wp_dashboard_right_now() {
echo "</tr>";
do_action('right_now_table_end');
do_action('right_now_discussion_table_end');
echo "\n\t</table>\n\t</div>";
echo "\n\t".'<div class="versions">';