Changeset 55916 for trunk/src/wp-admin/includes/dashboard.php
- Timestamp:
- 06/14/2023 12:55:11 PM (3 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/dashboard.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/dashboard.php
r55895 r55916 533 533 534 534 /** 535 * The Quick Draft widget display and creation of drafts.535 * Displays the Quick Draft widget. 536 536 * 537 537 * @since 3.8.0 … … 921 921 922 922 /** 923 * Callback function for Activity widget. 923 * Outputs the Activity widget. 924 * 925 * Callback function for {@see 'dashboard_activity'}. 924 926 * 925 927 * @since 3.8.0 … … 1228 1230 1229 1231 /** 1230 * The RSS dashboard widget control. 1231 * 1232 * Sets up $args to be used as input to wp_widget_rss_form(). Handles POST data 1233 * from RSS-type widgets. 1232 * Sets up the RSS dashboard widget control and $args to be used as input to wp_widget_rss_form(). 1233 * 1234 * Handles POST data from RSS-type widgets. 1234 1235 * 1235 1236 * @since 2.5.0 … … 2024 2025 2025 2026 /** 2026 * Empty function usable by plugins to output empty dashboard widget (to be populated later by JS). 2027 * Outputs empty dashboard widget to be populated by JS later. 2028 * 2029 * Usable by plugins. 2027 2030 * 2028 2031 * @since 2.5.0
Note: See TracChangeset
for help on using the changeset viewer.