Navigation Menu

Skip to content
This repository has been archived by the owner on Apr 21, 2018. It is now read-only.

Commit

Permalink
better labling on export screen
Browse files Browse the repository at this point in the history
  • Loading branch information
benbalter committed Feb 17, 2012
1 parent ff73526 commit 53a354a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/submit.php
Expand Up @@ -16,7 +16,7 @@
<li><?php _e( 'Add a message, if you\'d like (optional)', 'infinit-scroll' ); ?></li> <li><?php _e( 'Add a message, if you\'d like (optional)', 'infinit-scroll' ); ?></li>
<li><?php _e( 'Click "<code>Post</code>"', 'infinite-scroll' ); ?></li> <li><?php _e( 'Click "<code>Post</code>"', 'infinite-scroll' ); ?></li>
</ol> </ol>
<strong><?php _e( 'Your CSS Selectors:', 'infinite-scroll' ); ?></strong> <strong><?php echo ( isset( $_GET['all'] ) ) ? __( 'All CSS Selectors:', 'infinite-scroll' ) : __( 'Your CSS Selectors:', 'infinite-scroll' ); ?></strong>
<textarea style="width: 100%; height: 200px;" id="submit"> <textarea style="width: 100%; height: 200px;" id="submit">
&lt;blockquote> &lt;blockquote>
<?php echo $this->parent->presets->export( isset( $_GET['all'] ) ); ?> <?php echo $this->parent->presets->export( isset( $_GET['all'] ) ); ?>
Expand Down

0 comments on commit 53a354a

Please sign in to comment.