Changeset 29206 for trunk/src/wp-admin/includes/dashboard.php
- Timestamp:
- 07/17/2014 09:13:53 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/dashboard.php
r29170 r29206 532 532 $actions_string = ''; 533 533 if ( current_user_can( 'edit_comment', $comment->comment_ID ) ) { 534 // preorder it: Approve | Reply | Edit | Spam | Trash534 // Pre-order it: Approve | Reply | Edit | Spam | Trash. 535 535 $actions = array( 536 536 'approve' => '', 'unapprove' => '', … … 899 899 $widget_options[$widget_id] = wp_widget_rss_process( $_POST['widget-rss'][$number] ); 900 900 $widget_options[$widget_id]['number'] = $number; 901 // title is optional. If black, fill it if possible 901 902 // Title is optional. If black, fill it if possible. 902 903 if ( !$widget_options[$widget_id]['title'] && isset($_POST['widget-rss'][$number]['title']) ) { 903 904 $rss = fetch_feed($widget_options[$widget_id]['url']);
Note: See TracChangeset
for help on using the changeset viewer.