Changeset 1456571
- Timestamp:
- 07/18/2016 07:39:24 PM (10 years ago)
- File:
-
- 1 edited
-
ch-captcha/tags/1.0.1/ch-captcha.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ch-captcha/tags/1.0.1/ch-captcha.php
r1407916 r1456571 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.