Initial commit

This commit is contained in:
Ben Goldsworthy 2017-01-12 23:10:07 +00:00
commit 28e6ddf404
1083 changed files with 191734 additions and 0 deletions

View file

@ -0,0 +1,7 @@
<?php
/**
* Prompt to display when plugin knows theme defaults but user has not chosen
* @package Infinite_Scroll
*/
?>
<p><?php echo sprintf( __( 'Other users have submitted default CSS selectors for your theme. Would you like to <strong><a href="%s">use your theme\'s default selectors</a></strong>?'), esc_url( add_query_arg( 'nonce', wp_create_nonce( 'infinite-scroll-presets' ), add_query_arg( 'set_presets', true ) ) ) ); ?></p>