Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2014
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.26 KB | None | 0 0
  1. <input step="<?php echo esc_attr( $step ); ?>"
  2.                 id="spinner"
  3.                 min="1"
  4.                 max="99"
  5.                 aria-valuenow="2"
  6.                 name="<?php echo esc_attr( $input_name ); ?>"
  7.                 value="<?php echo esc_attr( $input_value ); ?>"
  8.                 class="input-text qty text" size="4" />
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement