Plugin Directory

Changeset 2558264


Ignore:
Timestamp:
07/04/2021 02:18:02 AM (5 years ago)
Author:
desbest
Message:

made compatible with php 7.2

Location:
rate-my-stuff/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • rate-my-stuff/trunk/rate-my-stuff.php

    r2239239 r2558264  
    3434
    3535  /* 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 */
    3737    foreach($ratings as $rating) {
    3838      $search = $rating[0];
  • rate-my-stuff/trunk/readme.txt

    r2239241 r2558264  
    33Tags: rating, scoring,
    44Donate link: http://paypal.me/tynamiteuk
     5Version: 2.1
    56Requires at least: 5.1
    67Tested up to: 5.2
     
    1112
    1213Rate 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 Cantrell
    17 Tags: rating, scoring
    18 Requires at least: 1.5
    19 Tested up to: 2.9.1
    20 Stable tag: 2.9.2
    2114
    2215== New maintainer ==
Note: See TracChangeset for help on using the changeset viewer.