Skip to content

Commit 5cb3263

Browse files
authored
Merge branch 'WordPress:trunk' into trunk
2 parents f321f4e + 07b1f8b commit 5cb3263

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/wp-admin/includes/dashboard.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1294,7 +1294,7 @@ function wp_dashboard_rss_control( $widget_id, $form_inputs = array() ) {
12941294
$widget_options[ $widget_id ] = wp_widget_rss_process( $_POST['widget-rss'][ $number ] );
12951295
$widget_options[ $widget_id ]['number'] = $number;
12961296

1297-
// Title is optional. If black, fill it if possible.
1297+
// Title is optional. If blank, fill it if possible.
12981298
if ( ! $widget_options[ $widget_id ]['title'] && isset( $_POST['widget-rss'][ $number ]['title'] ) ) {
12991299
$rss = fetch_feed( $widget_options[ $widget_id ]['url'] );
13001300
if ( is_wp_error( $rss ) ) {

0 commit comments

Comments
 (0)