Skip to content
This repository was archived by the owner on Sep 27, 2022. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions arpw.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
* Plugin URI: https://github.com/idenovasi/advanced-random-posts-widget
* Description: Easily to display advanced random posts via shortcode or widget.
* Version: 2.2.0
* Text Domain: advanced-random-posts-widget
* Author: Idenovasi
* Author URI: https://idenovasi.com/
* Author Email: satrya@idenovasi.com
Expand Down
2 changes: 1 addition & 1 deletion includes/form.php
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@
<?php _e( 'Custom CSS', 'advanced-random-posts-widget' ); ?>
</label>
<textarea class="widefat" id="<?php echo $this->get_field_id( 'css' ); ?>" name="<?php echo $this->get_field_name( 'css' ); ?>" style="height:180px;"><?php echo $instance['css']; ?></textarea>
<small><?php printf( __( 'You can find the plugin css selector on %1$sFAQ page%2$s.' ), '<a href="https://wordpress.org/plugins/advanced-random-posts-widget/faq/" target="_blank">', '</a>' ); ?></small>
<small><?php printf( __( 'You can find the plugin css selector on %1$sFAQ page%2$s.', 'advanced-random-posts-widget' ), '<a href="https://wordpress.org/plugins/advanced-random-posts-widget/faq/" target="_blank">', '</a>' ); ?></small>
</p>

</div><!-- #tab-6 -->
Expand Down