Changeset 56549 for trunk/src/wp-admin/includes/media.php
- Timestamp:
- 09/09/2023 09:26:01 AM (12 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/media.php
r56504 r56549 639 639 function media_buttons( $editor_id = 'content' ) { 640 640 static $instance = 0; 641 $instance++;641 ++$instance; 642 642 643 643 $post = get_post();
Note: See TracChangeset
for help on using the changeset viewer.