Changeset 61532
- Timestamp:
- 01/26/2026 10:38:15 PM (3 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/media.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/media.php
r61453 r61532 39 39 * @global wpdb $wpdb WordPress database abstraction object. 40 40 * 41 * @param array $tabs 42 * @return array $tabs with gallery if post has image attachment41 * @param array $tabs Associative array of default tab names. 42 * @return array $tabs Filtered tabs with gallery if post has image attachment. 43 43 */ 44 44 function update_gallery_tab( $tabs ) { … … 72 72 * @since 2.5.0 73 73 * 74 * @global string $redir_tab 74 * @global string $redir_tab The name of the tab to redirect to. 75 75 */ 76 76 function the_media_upload_tabs() { … … 528 528 * by adding it to the function signature. 529 529 * 530 * @global string $body_id 530 * @global string $body_id The ID attribute value for the body element. 531 531 * 532 532 * @param callable $content_func Function that outputs the content.
Note: See TracChangeset
for help on using the changeset viewer.