Plugin Directory

Changeset 594269


Ignore:
Timestamp:
09/04/2012 03:26:59 AM (14 years ago)
Author:
aprea
Message:

Changed class init function name

Location:
adoption
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • adoption/tags/0.1.1/adoption.php

    r594266 r594269  
    549549
    550550// Start up this plugin
    551 add_action( 'init', 'RegenerateThumbnails' );
    552 function RegenerateThumbnails() {
     551add_action( 'init', 'Adoption' );
     552function Adoption() {
    553553    global $Adoption;
    554554    $Adoption = new Adoption();
  • adoption/trunk/adoption.php

    r594266 r594269  
    549549
    550550// Start up this plugin
    551 add_action( 'init', 'RegenerateThumbnails' );
    552 function RegenerateThumbnails() {
     551add_action( 'init', 'Adoption' );
     552function Adoption() {
    553553    global $Adoption;
    554554    $Adoption = new Adoption();
Note: See TracChangeset for help on using the changeset viewer.