Plugin Directory

Changeset 2593403


Ignore:
Timestamp:
09/03/2021 07:19:33 PM (5 years ago)
Author:
mattlitzinger
Message:

Updated README.txt to include 5. support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • recommend/tags/0.5/README.txt

    r2542100 r2593403  
    44Donate link: https://paypal.me/mattlitzinger
    55Requires at least: 4.7
    6 Tested up to: 5.7
     6Tested up to: 5.8
    77Requires PHP: 7.0
    88Stable tag: 0.6
     
    2929If you'd rather display the like count in your template files, use the below code:
    3030```
    31 <?php
    32     if( function_exists('wp_recommend_show_likes') ) {
    33         wp_recommend_show_likes();
    34     }
     31<?php  
     32    if( function_exists('wp_recommend_show_likes') ) { 
     33        wp_recommend_show_likes(); 
     34    }  
    3535?>
    3636```
Note: See TracChangeset for help on using the changeset viewer.