Changeset 32642 for trunk/src/wp-admin/includes/media.php
- Timestamp:
- 05/28/2015 09:40:27 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/media.php
r32545 r32642 37 37 * @since 2.5.0 38 38 * 39 * @global wpdb $wpdb 40 * 39 41 * @param array $tabs 40 42 * @return array $tabs with gallery if post has image attachment … … 68 70 * 69 71 * @since 2.5.0 72 * 73 * @global string $redir_tab 70 74 */ 71 75 function the_media_upload_tabs() { … … 433 437 * 434 438 * @since 2.5.0 439 * 440 * @global int $body_id 435 441 * 436 442 * @param string|callable $content_func … … 527 533 * 528 534 * @since 2.5.0 535 * 536 * @global int $post_ID 529 537 * 530 538 * @param string $editor_id … … 1289 1297 * @since 2.5.0 1290 1298 * 1299 * @global WP_Query $wp_the_query 1300 * 1291 1301 * @param int $post_id Optional. Post ID. 1292 1302 * @param array $errors Errors for attachment, if any. … … 1322 1332 * 1323 1333 * @since 2.5.0 1334 * 1335 * @global string $redir_tab 1324 1336 * 1325 1337 * @param int $attachment_id Attachment ID for modification. … … 1737 1749 * @since 2.5.0 1738 1750 * 1751 * @global string $type 1752 * @global string $tab 1753 * @global bool $is_IE 1754 * @global bool $is_opera 1755 * 1739 1756 * @param array $errors 1740 1757 */ … … 2135 2152 * 2136 2153 * @since 2.5.0 2154 * 2155 * @global string $redir_tab 2156 * @global string $type 2157 * @global string $tab 2137 2158 * 2138 2159 * @param array $errors … … 2281 2302 * @since 2.5.0 2282 2303 * 2304 * @global wpdb $wpdb 2305 * @global WP_Query $wp_query 2306 * @global WP_Locale $wp_locale 2307 * @global string $type 2308 * @global string $tab 2309 * @global array $post_mime_types 2310 * 2283 2311 * @param array $errors 2284 2312 */ … … 2565 2593 * 2566 2594 * @since 2.6.0 2595 * 2596 * @global int $post_ID 2567 2597 */ 2568 2598 function media_upload_flash_bypass() {
Note: See TracChangeset
for help on using the changeset viewer.