Changeset 335583
- Timestamp:
- 01/21/2011 06:17:16 PM (15 years ago)
- Location:
- picasa-albums/trunk
- Files:
-
- 2 edited
-
plugin.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
picasa-albums/trunk/plugin.php
r333410 r335583 5 5 Plugin URI: http://mikhailkozlov.com/picasa-albums-for-wordpress/ 6 6 Description: Creates custom post type and displays picasa albums 7 Version: 1.0. 27 Version: 1.0.3 8 8 Author: Mikhail Kozlov 9 9 Author URI: http://mikhailkozlov.com … … 403 403 $newrules = array(); 404 404 $newrules['(album)/(\d*)$'] = 'index.php?post_type=$matches[1]&post_name=$matches[2]'; 405 // issie #2 fix 406 $newrules['(album)/page/?([0-9]{1,})/?$'] = 'index.php?post_type=$matches[1]&paged=$matches[2]'; 405 407 $newrules['(album)$'] = 'index.php?post_type=$matches[1]'; 406 408 return $newrules + $rules; -
picasa-albums/trunk/readme.txt
r333661 r335583 3 3 Donate link: http://mikhailkozlov.com/ 4 4 Tags: picasaweb, image hosting, picasa, albums, custom post type, CND, fancybox 5 Requires at least: 3.0. 15 Requires at least: 3.0.0 6 6 Tested up to: 3.3 7 7 Stable tag: trunk
Note: See TracChangeset
for help on using the changeset viewer.