109 | | * @param integer $id image attachment id |
110 | | * @param string $caption image caption |
111 | | * @param string $alt image alt attribute |
112 | | * @param string $title image title attribute |
113 | | * @param string $align image css alignment property |
114 | | * @param string $url image src url |
115 | | * @param string|bool $rel image rel attribute |
116 | | * @param string $size image size (thumbnail, medium, large, full or added with add_image_size() ) |
| 109 | * @param int $id image attachment id |
| 110 | * @param string $caption image caption |
| 111 | * @param string $title image title attribute |
| 112 | * @param string $align image css alignment property |
| 113 | * @param string $url image src url |
| 114 | * @param string $rel image rel attribute |
| 115 | * @param string $size image size (thumbnail, medium, large, full or added with add_image_size() ) |
119 | | function get_image_send_to_editor($id, $caption, $title, $align, $url='', $rel = false, $size='medium', $alt = '') { |
| 118 | function get_image_send_to_editor( $id, $caption, $title, $align, $url='', $rel = '', $size='medium', $alt = '' ) { |