Changeset 1456562
- Timestamp:
- 07/18/2016 07:33:07 PM (10 years ago)
- File:
-
- 1 edited
-
ch-captcha/trunk/ch-captcha.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ch-captcha/trunk/ch-captcha.php
r1406605 r1456562 33 33 // Set up localization 34 34 $this->load_plugin_textdomain(); 35 36 $this->plugin_path = $this->plugin_path(); 35 37 36 38 $this->includes(); … … 38 40 do_action( 'ch_captcha_loaded' ); 39 41 40 $this->plugin_path = $this->plugin_path();41 42 } 42 43
Note: See TracChangeset
for help on using the changeset viewer.