Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

Source View: right_now_table_end

To save our bandwidth, we show only a snippet of code around each occurence of the hook. View complete file in SVN (without highlighting).

Understanding Source Code

The best way to understand what a hook does is to look at where it occurs in the source code.

Remember, this hook may occur in more than one file. Moreover, the hook's context may change from version to version.

Source View

Line Code
307      $text = _n( 'Spam', 'Spam', $num_comm->spam );
308      if ( current_user_can( 'moderate_comments' ) ) {
309           $num = "<a href='edit-comments.php?comment_status=spam'><span class='spam-count'>$num</span></a>";
310           $text = "<a class='spam' href='edit-comments.php?comment_status=spam'>$text</a>";
311      }
312      echo '<td class="b b-spam">' . $num . '</td>';
313      echo '<td class="last t">' . $text . '</td>';
314
315      echo "</tr>";
316      do_action('right_now_table_end');
317      echo "\n\t</table>\n\t</div>";
318
319      echo "\n\t".'<div class="versions">';
320      $ct = current_theme_info();
321
322      echo "\n\t<p>";
323      if ( !empty($wp_registered_sidebars) ) {
324           $sidebars_widgets = wp_get_sidebars_widgets();
325           $num_widgets = 0;