Plugin Directory

Changeset 2698724


Ignore:
Timestamp:
03/24/2022 05:40:20 AM (4 years ago)
Author:
MyThemeShop
Message:

Update to version 1.0.2-beta from GitHub

File:
1 edited

Legend:

Unmodified
Added
Removed
  • avoid-duplicate-posts/trunk/index.php

    r2698721 r2698724  
    55Description: Avoid all duplicate posts on homepage (applies to all posts, including widgets).
    66Author: MyThemeShop
    7 Version: 1.0.1-beta
     7Version: 1.0.2-beta
    88Author URI: http://mythemeshop.com/
    99*/
    1010
    11 add_action('parse_query', 'mts_exclude_duplicates');
     11add_action( 'parse_query', 'mts_exclude_duplicates' );
    1212function mts_exclude_duplicates( &$query ) {
    1313    if (!is_home()) return;
Note: See TracChangeset for help on using the changeset viewer.