Changeset 370794
- Timestamp:
- 04/08/2011 07:23:40 PM (15 years ago)
- Location:
- page-excerpt
- Files:
-
- 6 edited
- 1 copied
-
tags/1.0/readme.txt (modified) (1 diff)
-
tags/1.1/pageExcerpt.php (modified) (1 diff)
-
tags/1.2 (copied) (copied from page-excerpt/tags/1.1)
-
tags/1.2/pageExcerpt.php (modified) (1 diff)
-
tags/1.2/readme.txt (modified) (2 diffs)
-
trunk/pageExcerpt.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
page-excerpt/tags/1.0/readme.txt
r128263 r370794 5 5 Requires at least: 2.6 6 6 Tested up to: 2.8 7 Stable tag: 1. 07 Stable tag: 1.1 8 8 9 9 This plugin adds the same functionality of the excerpt feature in posts to pages. -
page-excerpt/tags/1.1/pageExcerpt.php
r367282 r370794 10 10 11 11 add_action( 'edit_page_form', 'pe_add_box'); 12 add_action('init', ' my_custom_init');12 add_action('init', 'pe_init'); 13 13 14 14 function pe_init() { -
page-excerpt/tags/1.2/pageExcerpt.php
r367282 r370794 10 10 11 11 add_action( 'edit_page_form', 'pe_add_box'); 12 add_action('init', ' my_custom_init');12 add_action('init', 'pe_init'); 13 13 14 14 function pe_init() { -
page-excerpt/tags/1.2/readme.txt
r367282 r370794 1 1 === Page Excerpt === 2 2 Contributors: jkmassel 3 Donate link: http:// wordpress.org/donate/3 Donate link: http://masseltech.com/donate/ 4 4 Tags: excerpt, page, page excerpt, advanced options, CMS, content management 5 5 Requires at least: 2.6 6 6 Tested up to: 3.1 7 Stable tag: 1. 17 Stable tag: 1.2 8 8 9 9 This plugin adds the same functionality of the excerpt feature in posts to pages. … … 22 22 23 23 == Changelog == 24 25 = 1.2 = 26 * Fixes a bug in v 1.1 24 27 25 28 = 1.1 = -
page-excerpt/trunk/pageExcerpt.php
r367282 r370794 10 10 11 11 add_action( 'edit_page_form', 'pe_add_box'); 12 add_action('init', ' my_custom_init');12 add_action('init', 'pe_init'); 13 13 14 14 function pe_init() { -
page-excerpt/trunk/readme.txt
r367282 r370794 1 1 === Page Excerpt === 2 2 Contributors: jkmassel 3 Donate link: http:// wordpress.org/donate/3 Donate link: http://masseltech.com/donate/ 4 4 Tags: excerpt, page, page excerpt, advanced options, CMS, content management 5 5 Requires at least: 2.6 6 6 Tested up to: 3.1 7 Stable tag: 1. 17 Stable tag: 1.2 8 8 9 9 This plugin adds the same functionality of the excerpt feature in posts to pages. … … 22 22 23 23 == Changelog == 24 25 = 1.2 = 26 * Fixes a bug in v 1.1 24 27 25 28 = 1.1 =
Note: See TracChangeset
for help on using the changeset viewer.