Changeset 37488 for trunk/src/wp-admin/includes/media.php
- Timestamp:
- 05/22/2016 06:00:23 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/media.php
r37484 r37488 23 23 24 24 /** 25 * Filter the available tabs in the legacy (pre-3.5.0) media popup.25 * Filters the available tabs in the legacy (pre-3.5.0) media popup. 26 26 * 27 27 * @since 2.5.0 … … 136 136 137 137 /** 138 * Filter the image HTML markup to send to the editor.138 * Filters the image HTML markup to send to the editor. 139 139 * 140 140 * @since 2.5.0 … … 173 173 174 174 /** 175 * Filter the caption text.175 * Filters the caption text. 176 176 * 177 177 * Note: If the caption text is empty, the caption shortcode will not be appended … … 179 179 * 180 180 * Passing an empty value also prevents the {@see 'image_add_caption_shortcode'} 181 * filterfrom being evaluated at the end of image_add_caption().181 * Filters from being evaluated at the end of image_add_caption(). 182 182 * 183 183 * @since 4.1.0 … … 189 189 190 190 /** 191 * Filter whether to disable captions.191 * Filters whether to disable captions. 192 192 * 193 193 * Prevents image captions from being appended to image HTML when inserted into the editor. … … 221 221 222 222 /** 223 * Filter the image HTML markup including the caption shortcode.223 * Filters the image HTML markup including the caption shortcode. 224 224 * 225 225 * @since 2.6.0 … … 569 569 ); 570 570 /** 571 * Filter the legacy (pre-3.5.0) media buttons.571 * Filters the legacy (pre-3.5.0) media buttons. 572 572 * 573 573 * @since 2.5.0 … … 609 609 610 610 /** 611 * Filter the upload iframe source URL for a specific media type.611 * Filters the upload iframe source URL for a specific media type. 612 612 * 613 613 * The dynamic portion of the hook name, `$type`, refers to the type … … 661 661 662 662 /** 663 * Filter the attachment fields to be saved.663 * Filters the attachment fields to be saved. 664 664 * 665 665 * @since 2.5.0 … … 717 717 718 718 /** 719 * Filter the HTML markup for a media item sent to the editor.719 * Filters the HTML markup for a media item sent to the editor. 720 720 * 721 721 * @since 2.5.0 … … 775 775 776 776 /** 777 * Filter the URL sent to the editor for a specific media type.777 * Filters the URL sent to the editor for a specific media type. 778 778 * 779 779 * The dynamic portion of the hook name, `$type`, refers to the type … … 798 798 799 799 /** 800 * Filter the image URL sent to the editor.800 * Filters the image URL sent to the editor. 801 801 * 802 802 * @since 2.8.0 … … 979 979 function image_size_input_fields( $post, $check = '' ) { 980 980 /** 981 * Filter the names and labels of the default image sizes.981 * Filters the names and labels of the default image sizes. 982 982 * 983 983 * @since 3.3.0 … … 1130 1130 1131 1131 /** 1132 * Filters input from media_upload_form_handler() and assigns a default1132 * Filterss input from media_upload_form_handler() and assigns a default 1133 1133 * post_title from the file name if none supplied. 1134 1134 * … … 1286 1286 1287 1287 /** 1288 * Filter the attachment fields to edit.1288 * Filters the attachment fields to edit. 1289 1289 * 1290 1290 * @since 2.5.0 … … 1370 1370 1371 1371 /** 1372 * Filter the arguments used to retrieve an image for the edit image form.1372 * Filters the arguments used to retrieve an image for the edit image form. 1373 1373 * 1374 1374 * @since 3.1.0 … … 1428 1428 1429 1429 /** 1430 * Filter the media metadata.1430 * Filters the media metadata. 1431 1431 * 1432 1432 * @since 2.5.0 … … 1846 1846 1847 1847 /** 1848 * Filter the media upload post parameters.1848 * Filters the media upload post parameters. 1849 1849 * 1850 1850 * @since 3.1.0 As 'swfupload_post_params' … … 1879 1879 1880 1880 /** 1881 * Filter the default Plupload settings.1881 * Filters the default Plupload settings. 1882 1882 * 1883 1883 * @since 3.3.0 … … 1986 1986 1987 1987 /** 1988 * Filter the media upload form action URL.1988 * Filters the media upload form action URL. 1989 1989 * 1990 1990 * @since 2.6.0 … … 2166 2166 <?php 2167 2167 /** 2168 * Filter the insert media from URL form HTML.2168 * Filters the insert media from URL form HTML. 2169 2169 * 2170 2170 * @since 3.3.0 … … 2419 2419 } 2420 2420 /** 2421 * Filter the media upload mime type list items.2421 * Filters the media upload mime type list items. 2422 2422 * 2423 2423 * Returned values should begin with an `<li>` tag. … … 2866 2866 2867 2867 /** 2868 * Filter the audio and video metadata fields to be shown in the publish meta box.2868 * Filters the audio and video metadata fields to be shown in the publish meta box. 2869 2869 * 2870 2870 * The key for each item in the array should correspond to an attachment … … 2904 2904 2905 2905 /** 2906 * Filter the audio attachment metadata fields to be shown in the publish meta box.2906 * Filters the audio attachment metadata fields to be shown in the publish meta box. 2907 2907 * 2908 2908 * The key for each item in the array should correspond to an attachment
Note: See TracChangeset
for help on using the changeset viewer.