media type=’all’
-
Quick questions:
<link rel=’stylesheet’ id=’wp-paginate-css’ href=’https://www.abcxyz.net/wp-content/plugins/wp-paginate/css/wp-paginate.css?ver=2.0.3′ type=’text/css’ media=’screen’ />
1. Is it okay to change media=’all’ in the above? Will it break UI in anyway?
2. If its okay, in which file should I make this change?
I tried changing both line one by one in wp-content/plugins/wp-paginate/wp-paginate.php
wp_enqueue_style(‘wp-paginate’, $css, false, $this->version, ‘screen’);
wp_enqueue_style(‘wp-paginate-rtl’, $css, false, $this->version, ‘screen’);But none helped.
Pls suggest.
Thanks!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘media type=’all’’ is closed to new replies.