Remove trailing newlines. see #14579.
git-svn-id: http://svn.automattic.com/wordpress/trunk@15985 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
16b1f727af
commit
6d2f18f240
|
@ -189,5 +189,4 @@ class WP_Links_Table extends WP_List_Table {
|
|||
}
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
?>
|
|
@ -224,5 +224,4 @@ class WP_MS_Users_Table extends WP_List_Table {
|
|||
}
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
?>
|
|
@ -231,4 +231,4 @@ class WP_Plugin_Install_Table extends WP_List_Table {
|
|||
}
|
||||
}
|
||||
|
||||
?>
|
||||
?>
|
|
@ -418,4 +418,4 @@ class WP_Plugins_Table extends WP_List_Table {
|
|||
}
|
||||
}
|
||||
|
||||
?>
|
||||
?>
|
|
@ -294,5 +294,4 @@ class WP_Sites_Table extends WP_List_Table {
|
|||
}
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
?>
|
|
@ -362,5 +362,4 @@ class WP_Terms_Table extends WP_List_Table {
|
|||
}
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
?>
|
Loading…
Reference in New Issue