Make WordPress Core

Ticket #12202: 12202.3.diff

File 12202.3.diff, 574 bytes (added by jfarthing84, 14 years ago)

New hooks for new design.

  • dashboard.php

     
    279279        echo '<td class="t tags">' . $text . '</td>';
    280280
    281281        echo "</tr>";
     282        do_action('right_now_content_table_end');
    282283        echo "\n\t</table>\n\t</div>";
    283284
    284285
     
    329330        echo '<td class="last t">' . $text . '</td>';
    330331
    331332        echo "</tr>";
    332         do_action('right_now_table_end');
     333        do_action('right_now_discussion_table_end');
    333334        echo "\n\t</table>\n\t</div>";
    334335
    335336        echo "\n\t".'<div class="versions">';