Changeset 960425
- Timestamp:
- 08/05/2014 11:45:46 AM (12 years ago)
- File:
-
- 1 edited
-
ta-post-format/trunk/akmanda-post-format.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ta-post-format/trunk/akmanda-post-format.php
r949398 r960425 20 20 register_deactivation_hook( __FILE__, array( 'ThemesAwesome Post Format', 'plugin_deactivation' ) ); 21 21 22 add_action( ' init', array( 'Themes Awesome Post Format', 'init' ) );22 add_action( 'ta_post_format_init', array( 'Themes Awesome Post Format', 'init' ) ); 23 23 24 24
Note: See TracChangeset
for help on using the changeset viewer.