Changeset 32642 for trunk/src/wp-admin/includes/ajax-actions.php
- Timestamp:
- 05/28/2015 09:40:27 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/ajax-actions.php (modified) (18 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/ajax-actions.php
r32571 r32642 79 79 * 80 80 * @since 3.1.0 81 * 82 * @global WP_List_Table $wp_list_table 81 83 */ 82 84 function wp_ajax_fetch_list() { … … 227 229 * 228 230 * @since 3.1.0 231 * 232 * @global WP_Embed $wp_embed 229 233 */ 230 234 function wp_ajax_oembed_cache() { … … 763 767 * 764 768 * @since 3.1.0 769 * 770 * @global WP_List_Table $wp_list_table 765 771 */ 766 772 function wp_ajax_add_tag() { … … 865 871 * @since 3.1.0 866 872 * 873 * @global WP_List_Table $wp_list_table 874 * @global int $post_id 875 * 867 876 * @param string $action Action to perform. 868 877 */ … … 915 924 * 916 925 * @since 3.1.0 926 * 927 * @global WP_List_Table $wp_list_table 917 928 * 918 929 * @param string $action Action to perform. … … 1017 1028 * 1018 1029 * @since 3.1.0 1030 * 1031 * @global WP_List_Table $wp_list_table 1019 1032 */ 1020 1033 function wp_ajax_edit_comment() { … … 1230 1243 * @since 3.1.0 1231 1244 * 1245 * @global WP_List_Table $wp_list_table 1246 * 1232 1247 * @param string $action Action to perform. 1233 1248 */ … … 1500 1515 * 1501 1516 * @since 3.1.0 1517 * 1518 * @global WP_List_Table $wp_list_table 1502 1519 */ 1503 1520 function wp_ajax_inline_save() { … … 1592 1609 * 1593 1610 * @since 3.1.0 1611 * 1612 * @global WP_List_Table $wp_list_table 1594 1613 */ 1595 1614 function wp_ajax_inline_save_tax() { … … 1744 1763 * 1745 1764 * @since 3.1.0 1765 * 1766 * @global array $wp_registered_widgets 1767 * @global array $wp_registered_widget_controls 1768 * @global array $wp_registered_widget_updates 1746 1769 */ 1747 1770 function wp_ajax_save_widget() { … … 1833 1856 * 1834 1857 * @since 3.9.0 1858 * 1859 * @global WP_Customize_Manager $wp_customize 1835 1860 */ 1836 1861 function wp_ajax_update_widget() { … … 2476 2501 * 2477 2502 * @since 3.5.0 2503 * 2504 * @global WP_Post $post 2505 * @global WP_Embed $wp_embed 2478 2506 */ 2479 2507 function wp_ajax_send_link_to_editor() { … … 2628 2656 * 2629 2657 * @since 3.8.0 2658 * 2659 * @global array $_wp_admin_css_colors 2630 2660 */ 2631 2661 function wp_ajax_save_user_color_scheme() { … … 2653 2683 * 2654 2684 * @since 3.9.0 2685 * 2686 * @global array $themes_allowedtags 2687 * @global array $theme_field_defaults 2655 2688 */ 2656 2689 function wp_ajax_query_themes() { … … 2700 2733 * @since 4.0.0 2701 2734 * 2702 * @global WP_Post $post Global $post. 2703 * @global WP_Embed $wp_embed Embed API instance. 2735 * @global WP_Post $post Global $post. 2736 * @global WP_Embed $wp_embed Embed API instance. 2737 * @global WP_Scripts $wp_scripts 2704 2738 */ 2705 2739 function wp_ajax_parse_embed() { … … 2789 2823 } 2790 2824 2825 /** 2826 * 2827 * @global WP_Post $post 2828 * @global WP_Scripts $wp_scripts 2829 */ 2791 2830 function wp_ajax_parse_media_shortcode() { 2792 2831 global $post, $wp_scripts; … … 2968 3007 * 2969 3008 * @since 4.2.0 3009 * 3010 * @global WP_Press_This $wp_press_this 2970 3011 */ 2971 3012 function wp_ajax_press_this_save_post() { … … 2981 3022 * 2982 3023 * @since 4.2.0 3024 * 3025 * @global WP_Press_This $wp_press_this 2983 3026 */ 2984 3027 function wp_ajax_press_this_add_category() {
Note: See TracChangeset
for help on using the changeset viewer.