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