Changeset 135837
- Timestamp:
- 07/16/2009 08:02:17 PM (17 years ago)
- Location:
- wp-reportpost
- Files:
-
- 3 edited
-
tags/.DS_Store (modified) (previous)
-
tags/1.2.1/main.php (modified) (1 diff)
-
trunk/main.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-reportpost/tags/1.2.1/main.php
r135677 r135837 51 51 52 52 if($rp_if != 3) // BY THEME EDIT 53 add_filter('the_content',wprp_attach_report , 1); // Call Attach Report Option53 add_filter('the_content',wprp_attach_report); // Call Attach Report Option 54 54 55 55 } // END IF -
wp-reportpost/trunk/main.php
r135559 r135837 51 51 52 52 if($rp_if != 3) // BY THEME EDIT 53 add_filter('the_content',wprp_attach_report , 1); // Call Attach Report Option53 add_filter('the_content',wprp_attach_report); // Call Attach Report Option 54 54 55 55 } // END IF
Note: See TracChangeset
for help on using the changeset viewer.