Advertisement
Guest User

test

a guest
Jan 6th, 2013
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. <div id="content">
  2. <div id="p<?php the_ID(); ?>" style="display:none"> <center><?php the_title(); ?><br /><br />
  3. <?php echo get_post_meta(get_the_ID(), 'mirror_embed_code', true); ?>
  4. <?php wprp(true);?>
  5. </center></div>
  6. </div>
  7. <div id="button_wrap">
  8. <input type=button value=Test id=d<?php the_ID(); ?>/>
  9. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement