Skip to content

Commit 07b1f8b

Browse files
Docs: Fix typo in a comment in wp_dashboard_rss_control().
Follow-up to [6705]. Props mukesh27. See #64896. git-svn-id: https://develop.svn.wordpress.org/trunk@62849 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 3300b8b commit 07b1f8b

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)