Changeset 2620990
- Timestamp:
- 10/27/2021 06:47:44 PM (4 years ago)
- Location:
- striptease/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
striptease.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
striptease/trunk/readme.txt
r2383144 r2620990 4 4 Tags: anchor, excerpt, filter, more-link, navigation, permalink, quicktag, read-more, teaser 5 5 Requires at least: 2.8 6 Tested up to: 5. 56 Tested up to: 5.8 7 7 Stable tag: trunk 8 8 … … 35 35 == Changelog == 36 36 37 = 2.2 = 38 39 * Increased priority to execute after theme filters 40 37 41 = 2.1 = 38 42 -
striptease/trunk/striptease.php
r2204887 r2620990 8 8 * @link https://wordpress.org/plugins/striptease/ 9 9 * @package StripTease 10 * @version 2. 110 * @version 2.2 11 11 * 12 12 * @wordpress-plugin … … 17 17 * License URI: http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 18 18 * Plugin Name: StripTease 19 * Version: 2. 119 * Version: 2.2 20 20 */ 21 21 … … 38 38 } 39 39 40 add_filter( 'the_content_more_link', 'striptease_more_link' );40 add_filter( 'the_content_more_link', 'striptease_more_link', 20 );
Note: See TracChangeset
for help on using the changeset viewer.