# wp-attachments/3.2/html/attachmentEditHead.php

WP Attachments, version 3.2. 2 lines.

- Page: https://pluginprobe.com/plugins/wp-attachments/3.2/code/html/attachmentEditHead.php
- Raw: https://pluginprobe.com/plugins/wp-attachments/3.2/raw/html/attachmentEditHead.php
- Modified: 2014-03-03T18:13:38+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/wp-attachments/3.2/code/html/attachmentEditHead.php#L10-L20`.

```php
<link rel="stylesheet" type="text/css" href="<?php echo site_url('wp-includes/js/imgareaselect/imgareaselect.css'); ?>" />
<script type="text/javascript" src="<?php echo admin_url('load-scripts.php?load=jquery-color,imgareaselect,image-edit,wp-ajax-response,set-post-thumbnail'); ?>"></script>
```
