Changeset 2558264
- Timestamp:
- 07/04/2021 02:18:02 AM (5 years ago)
- Location:
- rate-my-stuff/trunk
- Files:
-
- 2 edited
-
rate-my-stuff.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
rate-my-stuff/trunk/rate-my-stuff.php
r2239239 r2558264 34 34 35 35 /* replace each tag with it's equivalent HTML <img> tags */ 36 if( count($ratings) > 0) { /* prevents errors on posts with no ratings */36 if(isset($ratings) && count($ratings) > 0) { /* prevents errors on posts with no ratings */ 37 37 foreach($ratings as $rating) { 38 38 $search = $rating[0]; -
rate-my-stuff/trunk/readme.txt
r2239241 r2558264 3 3 Tags: rating, scoring, 4 4 Donate link: http://paypal.me/tynamiteuk 5 Version: 2.1 5 6 Requires at least: 5.1 6 7 Tested up to: 5.2 … … 11 12 12 13 Rate My Stuff is a wordpress plugin for simply displaying a 1-5 review on a wordpress post by simply typing in the following "shortcode". You can also have half ratings. 13 14 == Description ==15 Rate My Stuff is a wordpress plugin for simply displaying a 1-5 review on a wordpress post by simply typing in the following "shortcode". You can also have half rarings.16 Contributors: Dave Cantrell17 Tags: rating, scoring18 Requires at least: 1.519 Tested up to: 2.9.120 Stable tag: 2.9.221 14 22 15 == New maintainer ==
Note: See TracChangeset
for help on using the changeset viewer.