Changeset 6196 for trunk/src/includes/replies/functions.php
- Timestamp:
- 12/28/2016 06:16:53 PM (9 years ago)
- File:
-
- 1 edited
-
trunk/src/includes/replies/functions.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/replies/functions.php
r6146 r6196 410 410 411 411 // Check for missing reply_id or error 412 if ( ! empty( $reply_id ) && ! is_wp_error( $reply_id ) ) {412 if ( ! empty( $reply_id ) && ! is_wp_error( $reply_id ) ) { 413 413 414 414 /** Topic Tags ********************************************************/ … … 772 772 /** No Errors *************************************************************/ 773 773 774 if ( ! empty( $reply_id ) && ! is_wp_error( $reply_id ) ) {774 if ( ! empty( $reply_id ) && ! is_wp_error( $reply_id ) ) { 775 775 776 776 // Update counts, etc...
Note: See TracChangeset
for help on using the changeset viewer.