Skip to content
Snippets Groups Projects
Commit 55131a52 authored by Prasath Nadarajah's avatar Prasath Nadarajah
Browse files

typo error in attribute

parent f1e4d16f
No related branches found
No related tags found
No related merge requests found
......@@ -99,7 +99,7 @@ class WP_RSS_Client extends SimplePie implements WP_Client{
$post_statuses = get_post_statuses();
foreach( $post_statuses as $post_status ) {
echo '<option value="' . esc_attr( $post_type ) . '"' . selected( $post_status, $selected_post_status ) . '>' . esc_html( $post_status ) . '</option>';
echo '<option value="' . esc_attr( $post_status ) . '"' . selected( $post_status, $selected_post_status ) . '>' . esc_html( $post_status ) . '</option>';
}
?>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment