Initialize a variable. props boonebgorges, fixes #16977.

git-svn-id: https://develop.svn.wordpress.org/trunk@17564 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2011-03-27 19:46:18 +00:00
parent fbb5ad3afc
commit 43d4c448bf
1 changed files with 1 additions and 1 deletions

View File

@ -1349,7 +1349,7 @@ function wp_list_post_revisions( $post_id = 0, $args = null ) {
if ( $parent )
array_unshift( $revisions, $post );
$rows = '';
$rows = $right_checked = '';
$class = false;
$can_edit_post = current_user_can( 'edit_post', $post->ID );
foreach ( $revisions as $revision ) {