Advertisement
Guest User

Untitled

a guest
Nov 28th, 2014
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. <p>
  2. <label for="<?php echo $this->get_field_id( 'scopitid' ); ?>">
  3. <?php _e( 'Scoop.it Topic Id:', 'cbwpscoopit' ); ?>
  4. <input class="scopitid" id="<?php echo $this->get_field_id( 'scopitid' ); ?>" name="<?php echo $this->get_field_name( 'scopitid' ); ?>" type="text" value="<?php echo $title; ?>" />
  5. </label>
  6. </p>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement