????
| Current Path : /home2/morganrand/www/wp-content/plugins/pinwheel-slider/includes/tinymce/format/ |
| Current File : /home2/morganrand/www/wp-content/plugins/pinwheel-slider/includes/tinymce/format/postattr.php |
<?php
require_once( dirname ( dirname( dirname(__FILE__) ) ). '/pinwheel-config.php');
$html='
<!-- post attachement-->
<tr valign="top" class="postattch">
<td scope="row">
<label for="id" >'.__('Post ID','pinwheel-slider').'<div><small><i>('.__('Keep empty to pull current post\'s attachments','pinwheel-slider').')</i></small></div></label></td>
<td>
<input type="text" name="id" />
</td>
</tr>
';
print($html);
?>