Changeset 344146
- Timestamp:
- 02/11/2011 03:41:12 PM (15 years ago)
- Location:
- wordpress-title-cloud/trunk
- Files:
-
- 3 edited
-
readme.txt (modified) (2 diffs)
-
wp-titlecloud.php (modified) (2 diffs)
-
wp-titlecloudadmin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wordpress-title-cloud/trunk/readme.txt
r344114 r344146 5 5 Requires at least: 3.0 6 6 Tested up to: 3.0.5 7 Stable tag: 0.9. 57 Stable tag: 0.9.6 8 8 9 9 Act as a tag cloud but instead of showing tag, it shows the title of pages. … … 32 32 == Changelog == 33 33 34 = 0.9.6= 35 *Wordpress 3.05 100% Compatible. 36 34 37 = 0.9.5= 35 * widen excluded pages36 * fix not in array query38 *Widen excluded pages 39 *Fix not in array query 37 40 38 41 = 0.9.4= 39 * compatibility issues42 *Compatibility issues 40 43 41 44 = 0.9.3= -
wordpress-title-cloud/trunk/wp-titlecloud.php
r344114 r344146 2 2 /** 3 3 * @package Wordpress Title Cloud 4 * @version 0.9. 54 * @version 0.9.6 5 5 */ 6 6 /* … … 9 9 Description: An Idea of Displaying texts as tag cloud using your page titles. 10 10 Author: Burt Adem 11 Version: 0.9. 511 Version: 0.9.6 12 12 Author URI: http://burtadem.com/ 13 13 */ -
wordpress-title-cloud/trunk/wp-titlecloudadmin.php
r344091 r344146 4 4 $area = $_POST['ddlSelection']; 5 5 $excludes=$_POST['txtExcludes']; 6 7 6 8 7 9 8 $aProperty=array();
Note: See TracChangeset
for help on using the changeset viewer.