Changes between Initial Version and Version 1 of Ticket #24314
- Timestamp:
- 05/11/2013 04:14:34 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24314
-
Property
Component
changed from
Administration
toInline Docs
-
Property
Milestone
changed from
Awaiting Review
to3.6
-
Property
Component
changed from
-
Ticket #24314 – Description
initial v1 1 1 https://github.com/h4ck3rm1k3/WordPress/commit/91ff44ef6438f6e095666e15e901339ea05b0f75 2 2 {{{ 3 3 wp-admin/includes/dashboard.php 4 4 @@ -1114,7 +1114,13 @@ function wp_dashboard_rss_control( $widget_id, $form_inputs = array() ) { … … 13 13 + * that is called indirectly from wp_add_dashboard_widget to the dashboard_right_now. 14 14 + */ 15 }}}