Changeset 3176
- Timestamp:
- 05/21/2011 07:18:26 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-includes/bbp-reply-template.php
r3149 r3176 1736 1736 1737 1737 // Get _POST data 1738 if ( ' post' == strtolower( $_SERVER['REQUEST_METHOD'] ) && isset( $_POST['bbp_reply_content'] ) )1738 if ( 'POST' == strtoupper( $_SERVER['REQUEST_METHOD'] ) && isset( $_POST['bbp_reply_content'] ) ) 1739 1739 $reply_content = $_POST['bbp_reply_content']; 1740 1740 1741 1741 // Get edit data 1742 elseif ( !empty( $post->post_ title) && bbp_is_reply_edit() )1742 elseif ( !empty( $post->post_content ) && bbp_is_reply_edit() ) 1743 1743 $reply_content = $post->post_content; 1744 1744
Note: See TracChangeset
for help on using the changeset viewer.