comment_excerpt example

/* translators: 1: Type of comment, 2: Notification if the comment is pending. */
                        _x( '%1$s %2$s', 'dashboard' ),
                        "<strong>$type</strong>",
                        '<span class="approve">' . __( '[Pending]' ) . '</span>'
                    );
                }
                ?> </p> <p class="comment-author"><?php comment_author_link( $comment ); ?></p> <?php endif; // comment_type ?> <blockquote><p><?php comment_excerpt( $comment ); ?></p></blockquote> <?php if ( $actions_string ) : ?> <p class="row-actions"><?php echo $actions_string; ?></p> <?php endif; ?> </div> </li> <?php     $GLOBALS['comment'] = null;
}

/** * Outputs the Activity widget. * * Callback function for {@see 'dashboard_activity'}. * * @since 3.8.0 */
Home | Imprint | This part of the site doesn't use cookies.