Changeset 6579 for trunk/wp-admin/includes/image.php
- Timestamp:
- 01/09/2008 08:14:29 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/image.php
r6544 r6579 318 318 } 319 319 320 function media_buttons() { // just a placeholder for now 320 321 321 ?> 322 <img src="./images/media-buttons.gif" alt="" />323 <?php324 }325 add_action( 'media_buttons', 'media_buttons' );326 327 ?>
Note: See TracChangeset
for help on using the changeset viewer.