Changeset 751603
- Timestamp:
- 08/05/2013 11:56:27 AM (13 years ago)
- Location:
- full-screen-page-background-image-slideshow
- Files:
-
- 4 edited
-
tags/1.2/admin-settings.php (modified) (4 diffs)
-
tags/1.2/full-screen-background-image-slideshow.php (modified) (1 diff)
-
trunk/admin-settings.php (modified) (4 diffs)
-
trunk/full-screen-background-image-slideshow.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
full-screen-page-background-image-slideshow/tags/1.2/admin-settings.php
r685324 r751603 47 47 'posts' => 'Posts', 48 48 'category' => 'Category Pages', 49 'tag' => 'Tag Pages' 49 'tag' => 'Tag Pages', 50 'archive' => 'Archive Pages' 50 51 ); 51 52 $fsi_display_on = get_option('fsi_display_on'); … … 148 149 </li> 149 150 <li style="padding-left: 30px; min-height:30px; min-height:30px;line-height: 30px; background:transparent url(http://wpdevsnippets.com/plugin-images/icon_thumb_up.png) no-repeat scroll center left; text-decoration: none;"> 150 <iframe src="https://plugins.trac.wordpress.org//www.facebook.com/plugins/like.php?href=http%3A%2F%2F facebook.com%2Fwpdevsnippets&send=false&layout=button_count&width=150&show_faces=false&font&colorscheme=light&action=recommend&height=21&appId=493527070687256" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:150px; height:21px;" allowTransparency="true"></iframe>151 <iframe src="https://plugins.trac.wordpress.org//www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwpdevsnippets.com%2Ffull-screen-page-background-image-slideshow-plugin%2F&width=50&height=21&colorscheme=light&layout=button_count&action=recommend&show_faces=false&send=false&appId=493527070687256" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:150px; height:21px;" allowTransparency="true"></iframe> 151 152 </li> 152 153 <li style="padding-left: 30px; min-height:30px; min-height:30px;line-height: 30px; background:transparent url(http://wpdevsnippets.com/plugin-images/icon_thumb_up.png) no-repeat scroll center left; text-decoration: none;"> … … 155 156 <li style="padding-left: 30px; min-height:30px; min-height:30px;line-height: 30px; background:transparent url(http://wpdevsnippets.com/plugin-images/icon_thumb_up.png) no-repeat scroll center left; text-decoration: none;"> 156 157 <script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script> 157 <div class="g-plusone" data-size="medium" data-href="http://wpdevsnippets.com "></div>158 <div class="g-plusone" data-size="medium" data-href="http://wpdevsnippets.com/full-screen-page-background-image-slideshow-plugin"></div> 158 159 </li> 159 160 </ul> … … 164 165 <div class="handlediv" title="Click to toggle"><br></div><h3 class="hndle"><span>Appreciate by Cash?</span></h3> 165 166 <div class="inside"> 166 <p>This plug-in consumed several of our precious hours, if you use andlike it, please donate a token of your appreciation!</p>167 <p>This plug-in consumed several of our precious hours, if you like it, please donate a token of your appreciation!</p> 167 168 <div class="social" style="text-align:center;margin:15px 0 10px 0;"> 168 169 <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=DG2R3ZVH44FE4" target="_blank"> -
full-screen-page-background-image-slideshow/tags/1.2/full-screen-background-image-slideshow.php
r698963 r751603 112 112 return 6; 113 113 } 114 114 elseif (is_archive()) { 115 if(in_array('archive', $display_on)) 116 return 7; 117 } 118 115 119 return false; 116 120 } -
full-screen-page-background-image-slideshow/trunk/admin-settings.php
r685324 r751603 47 47 'posts' => 'Posts', 48 48 'category' => 'Category Pages', 49 'tag' => 'Tag Pages' 49 'tag' => 'Tag Pages', 50 'archive' => 'Archive Pages' 50 51 ); 51 52 $fsi_display_on = get_option('fsi_display_on'); … … 148 149 </li> 149 150 <li style="padding-left: 30px; min-height:30px; min-height:30px;line-height: 30px; background:transparent url(http://wpdevsnippets.com/plugin-images/icon_thumb_up.png) no-repeat scroll center left; text-decoration: none;"> 150 <iframe src="https://plugins.trac.wordpress.org//www.facebook.com/plugins/like.php?href=http%3A%2F%2F facebook.com%2Fwpdevsnippets&send=false&layout=button_count&width=150&show_faces=false&font&colorscheme=light&action=recommend&height=21&appId=493527070687256" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:150px; height:21px;" allowTransparency="true"></iframe>151 <iframe src="https://plugins.trac.wordpress.org//www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwpdevsnippets.com%2Ffull-screen-page-background-image-slideshow-plugin%2F&width=50&height=21&colorscheme=light&layout=button_count&action=recommend&show_faces=false&send=false&appId=493527070687256" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:150px; height:21px;" allowTransparency="true"></iframe> 151 152 </li> 152 153 <li style="padding-left: 30px; min-height:30px; min-height:30px;line-height: 30px; background:transparent url(http://wpdevsnippets.com/plugin-images/icon_thumb_up.png) no-repeat scroll center left; text-decoration: none;"> … … 155 156 <li style="padding-left: 30px; min-height:30px; min-height:30px;line-height: 30px; background:transparent url(http://wpdevsnippets.com/plugin-images/icon_thumb_up.png) no-repeat scroll center left; text-decoration: none;"> 156 157 <script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script> 157 <div class="g-plusone" data-size="medium" data-href="http://wpdevsnippets.com "></div>158 <div class="g-plusone" data-size="medium" data-href="http://wpdevsnippets.com/full-screen-page-background-image-slideshow-plugin"></div> 158 159 </li> 159 160 </ul> … … 164 165 <div class="handlediv" title="Click to toggle"><br></div><h3 class="hndle"><span>Appreciate by Cash?</span></h3> 165 166 <div class="inside"> 166 <p>This plug-in consumed several of our precious hours, if you use andlike it, please donate a token of your appreciation!</p>167 <p>This plug-in consumed several of our precious hours, if you like it, please donate a token of your appreciation!</p> 167 168 <div class="social" style="text-align:center;margin:15px 0 10px 0;"> 168 169 <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=DG2R3ZVH44FE4" target="_blank"> -
full-screen-page-background-image-slideshow/trunk/full-screen-background-image-slideshow.php
r698963 r751603 112 112 return 6; 113 113 } 114 114 elseif (is_archive()) { 115 if(in_array('archive', $display_on)) 116 return 7; 117 } 118 115 119 return false; 116 120 }
Note: See TracChangeset
for help on using the changeset viewer.