Changeset 10647 for trunk/wp-admin/import/livejournal.php
- Timestamp:
- 02/25/2009 06:56:58 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/import/livejournal.php
r10586 r10647 817 817 <?php wp_nonce_field( 'lj-api-import' ) ?> 818 818 <input type="hidden" name="step" id="step" value="1" /> 819 <p><input type="submit" class="button-primary" value="<?php echo attribute_escape( __( 'Import the next batch »' ) ) ?>" /> <span id="auto-message"></span></p>819 <p><input type="submit" class="button-primary" value="<?php echo attribute_escape( __( 'Import the next batch' ) ) ?>" /> <span id="auto-message"></span></p> 820 820 </form> 821 821 <?php $this->auto_ajax( 'ljapi-auto-repost', 'auto-message', 0 ); ?> … … 867 867 <?php wp_nonce_field( 'lj-api-import' ) ?> 868 868 <input type="hidden" name="step" id="step" value="2" /> 869 <p><input type="submit" class="button-primary" value="<?php echo attribute_escape( __( 'Import the next batch »' ) ) ?>" /> <span id="auto-message"></span></p>869 <p><input type="submit" class="button-primary" value="<?php echo attribute_escape( __( 'Import the next batch' ) ) ?>" /> <span id="auto-message"></span></p> 870 870 </form> 871 871 <?php $this->auto_ajax( 'ljapi-auto-repost', 'auto-message', 0 ); ?>
Note: See TracChangeset
for help on using the changeset viewer.