Changeset 594269
- Timestamp:
- 09/04/2012 03:26:59 AM (14 years ago)
- Location:
- adoption
- Files:
-
- 2 edited
-
tags/0.1.1/adoption.php (modified) (1 diff)
-
trunk/adoption.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
adoption/tags/0.1.1/adoption.php
r594266 r594269 549 549 550 550 // Start up this plugin 551 add_action( 'init', ' RegenerateThumbnails' );552 function RegenerateThumbnails() {551 add_action( 'init', 'Adoption' ); 552 function Adoption() { 553 553 global $Adoption; 554 554 $Adoption = new Adoption(); -
adoption/trunk/adoption.php
r594266 r594269 549 549 550 550 // Start up this plugin 551 add_action( 'init', ' RegenerateThumbnails' );552 function RegenerateThumbnails() {551 add_action( 'init', 'Adoption' ); 552 function Adoption() { 553 553 global $Adoption; 554 554 $Adoption = new Adoption();
Note: See TracChangeset
for help on using the changeset viewer.