Version Description
Download this release
Release Info
Developer | basvd |
Plugin | Advanced Excerpt |
Version | 4.1.1 |
Comparing to | |
See all releases |
Code changes from version 4.1 to 4.1.1
- advanced-excerpt.php +2 -2
- readme.txt +1 -1
advanced-excerpt.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Advanced Excerpt
|
4 |
Plugin URI: http://basvd.com/code/advanced-excerpt/
|
5 |
Description: Several improvements over WP's default excerpt. The size of the excerpt can be limited using character or word count, and HTML markup is not removed.
|
6 |
-
Version: 4.1
|
7 |
Author: Bas van Doren
|
8 |
Author URI: http://basvd.com/
|
9 |
|
@@ -466,7 +466,7 @@ if (!class_exists('AdvancedExcerpt')):
|
|
466 |
AdvancedExcerpt::Instance();
|
467 |
|
468 |
// Do not use outside the Loop!
|
469 |
-
function the_advanced_excerpt($args = '', $get =
|
470 |
{
|
471 |
if (!empty($args) && !is_array($args))
|
472 |
{
|
3 |
Plugin Name: Advanced Excerpt
|
4 |
Plugin URI: http://basvd.com/code/advanced-excerpt/
|
5 |
Description: Several improvements over WP's default excerpt. The size of the excerpt can be limited using character or word count, and HTML markup is not removed.
|
6 |
+
Version: 4.1.1
|
7 |
Author: Bas van Doren
|
8 |
Author URI: http://basvd.com/
|
9 |
|
466 |
AdvancedExcerpt::Instance();
|
467 |
|
468 |
// Do not use outside the Loop!
|
469 |
+
function the_advanced_excerpt($args = '', $get = false)
|
470 |
{
|
471 |
if (!empty($args) && !is_array($args))
|
472 |
{
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Tags: excerpt, advanced, post, posts, template, formatting
|
|
4 |
Donate link: http://basvd.com/code/advanced-excerpt/
|
5 |
Requires at least: 3.2
|
6 |
Tested up to: 3.3
|
7 |
-
Stable tag: 4.1
|
8 |
|
9 |
Several improvements over WP's default excerpt. The size can be limited using character or word count, and HTML markup is not removed.
|
10 |
|
4 |
Donate link: http://basvd.com/code/advanced-excerpt/
|
5 |
Requires at least: 3.2
|
6 |
Tested up to: 3.3
|
7 |
+
Stable tag: 4.1.1
|
8 |
|
9 |
Several improvements over WP's default excerpt. The size can be limited using character or word count, and HTML markup is not removed.
|
10 |
|