[wp-trac] [WordPress Trac] #24314: Documentation Improvement wp_dashboard_quota

WordPress Trac noreply at wordpress.org
Sat May 11 04:14:34 UTC 2013


#24314: Documentation Improvement wp_dashboard_quota
-------------------------+--------------------
 Reporter:  h4ck3rm1k3   |       Owner:
     Type:  enhancement  |      Status:  new
 Priority:  normal       |   Milestone:  3.6
Component:  Inline Docs  |     Version:  trunk
 Severity:  trivial      |  Resolution:
 Keywords:  has-patch    |
-------------------------+--------------------
Changes (by SergeyBiryukov):

 * component:  Administration => Inline Docs
 * milestone:  Awaiting Review => 3.6


Old description:

> https://github.com/h4ck3rm1k3/WordPress/commit/91ff44ef6438f6e095666e15e901339ea05b0f75
>
> wp-admin/includes/dashboard.php
> @@ -1114,7 +1114,13 @@ function wp_dashboard_rss_control( $widget_id,
> $form_inputs = array() ) {
>    wp_widget_rss_form( $widget_options[$widget_id], $form_inputs );
>  }
>
> -// Display File upload quota on dashboard
> +
> +/**
> + * Display File upload quota on dashboard.
> + * Called via action activity_box_end which is called by do_action from
> the function wp_dashboard_right_now
> + * that is called indirectly from wp_add_dashboard_widget to the
> dashboard_right_now.
> + */

New description:

 https://github.com/h4ck3rm1k3/WordPress/commit/91ff44ef6438f6e095666e15e901339ea05b0f75
 {{{
 wp-admin/includes/dashboard.php
 @@ -1114,7 +1114,13 @@ function wp_dashboard_rss_control( $widget_id,
 $form_inputs = array() ) {
    wp_widget_rss_form( $widget_options[$widget_id], $form_inputs );
  }

 -// Display File upload quota on dashboard
 +
 +/**
 + * Display File upload quota on dashboard.
 + * Called via action activity_box_end which is called by do_action from
 the function wp_dashboard_right_now
 + * that is called indirectly from wp_add_dashboard_widget to the
 dashboard_right_now.
 + */
 }}}

--

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/24314#comment:1>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list