Changeset 1251845
- Timestamp:
- 09/23/2015 08:24:42 AM (11 years ago)
- File:
-
- 1 edited
-
ah-social-share/trunk/ah-social-share.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ah-social-share/trunk/ah-social-share.php
r1250802 r1251845 22 22 } 23 23 24 add_filter ('the_content', function ($content) { 24 add_filter ('the_content', 'ah_post_function'); 25 function ah_post_function($content) { 25 26 global $post; 26 27 if(is_single()) { … … 35 36 } 36 37 return $content; 37 } );38 } 38 39 39 40 // ===================
Note: See TracChangeset
for help on using the changeset viewer.