Changeset 25868 for trunk/src/wp-admin/includes/ajax-actions.php
- Timestamp:
- 10/22/2013 05:21:32 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/ajax-actions.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/ajax-actions.php
r25669 r25868 191 191 wp_die( -1 ); 192 192 193 / /duplicate_hook193 /** This filter is documented in wp-admin/user-new.php */ 194 194 if ( ! is_super_admin() && ! apply_filters( 'autocomplete_users_for_site_admins', false ) ) 195 195 wp_die( -1 ); … … 2003 2003 wp_send_json_error(); 2004 2004 2005 / /duplicate_hook2005 /** This filter is documented in wp-admin/includes/media.php */ 2006 2006 $post = apply_filters( 'attachment_fields_to_save', $post, $attachment_data ); 2007 2007 … … 2106 2106 } 2107 2107 2108 / /duplicate_hook2108 /** This filter is documented in wp-admin/includes/media.php */ 2109 2109 $html = apply_filters( 'media_send_to_editor', $html, $id, $attachment ); 2110 2110 … … 2147 2147 $type = $ext_type; 2148 2148 2149 / /duplicate_hook2149 /** This filter is documented in wp-admin/includes/media.php */ 2150 2150 $html = apply_filters( $type . '_send_to_editor_url', $html, $src, $title ); 2151 2151
Note: See TracChangeset
for help on using the changeset viewer.