Add extra hooks to Right Now dashboard widget. Props jfarthing84. See #12202
git-svn-id: http://svn.automattic.com/wordpress/trunk@13867 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
8ad6b78d44
commit
e4bd7fa6ce
|
@ -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">';
|
||||
|
|
Loading…
Reference in New Issue