Changes from trunk/wp-admin/includes/deprecated.php at r18350 to branches/3.1/wp-admin/includes/deprecated.php at r18357
- File:
-
- 1 edited
-
branches/3.1/wp-admin/includes/deprecated.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/3.1/wp-admin/includes/deprecated.php
r18350 r18357 689 689 return get_others_unpublished_posts($user_id, 'pending'); 690 690 } 691 692 /**693 * Output the QuickPress dashboard widget.694 *695 * @since 3.0.0696 * @deprecated 3.2.0697 * @deprecated Use wp_dashboard_quick_press()698 * @see wp_dashboard_quick_press()699 */700 function wp_dashboard_quick_press_output() {701 _deprecated_function( __FUNCTION__, '3.2', 'wp_dashboard_quick_press()' );702 wp_dashboard_quick_press();703 }
Note: See TracChangeset
for help on using the changeset viewer.