Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

Source View: commentrss2_item

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
70           <description><?php _e('Protected Comments: Please enter your password to view comments.'); ?></description>
71           <content:encoded><![CDATA[<?php echo get_the_password_form() ?>]]></content:encoded>
72                <?php
73                } else {
74                ?>
75           <description><?php comment_text_rss() ?></description>
76           <content:encoded><![CDATA[<?php comment_text() ?>]]></content:encoded>
77                <?php
78                } // close check for password
79                do_action('commentrss2_item', $comment->comment_ID, $comment->comment_post_ID);
80                ?>
81      </item>
82 <?php
83                }
84           }
85      }
86 endwhile; endif;
87 ?>
88 </channel>