Plugin Directory

Changeset 2620990


Ignore:
Timestamp:
10/27/2021 06:47:44 PM (4 years ago)
Author:
guyfisher
Message:

Increased priority to execute after theme filters

Location:
striptease/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • striptease/trunk/readme.txt

    r2383144 r2620990  
    44Tags: anchor, excerpt, filter, more-link, navigation, permalink, quicktag, read-more, teaser
    55Requires at least: 2.8
    6 Tested up to: 5.5
     6Tested up to: 5.8
    77Stable tag: trunk
    88
     
    3535== Changelog ==
    3636
     37= 2.2 =
     38
     39* Increased priority to execute after theme filters
     40
    3741= 2.1 =
    3842
  • striptease/trunk/striptease.php

    r2204887 r2620990  
    88 * @link https://wordpress.org/plugins/striptease/
    99 * @package StripTease
    10  * @version 2.1
     10 * @version 2.2
    1111 *
    1212 * @wordpress-plugin
     
    1717 * License URI: http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
    1818 * Plugin Name: StripTease
    19  * Version: 2.1
     19 * Version: 2.2
    2020 */
    2121
     
    3838}
    3939
    40 add_filter( 'the_content_more_link', 'striptease_more_link' );
     40add_filter( 'the_content_more_link', 'striptease_more_link', 20 );
Note: See TracChangeset for help on using the changeset viewer.