Changeset 6975 for trunk/src/includes/replies/capabilities.php
- Timestamp:
- 11/19/2019 09:04:15 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/includes/replies/capabilities.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/replies/capabilities.php
r6921 r6975 60 60 // Bail if no post ID 61 61 if ( empty( $args[0] ) ) { 62 return $caps;62 break; 63 63 } 64 64 … … 133 133 // Bail if no post ID 134 134 if ( empty( $args[0] ) ) { 135 return $caps;135 break; 136 136 } 137 137 … … 181 181 // Bail if no post ID 182 182 if ( empty( $args[0] ) ) { 183 return $caps;183 break; 184 184 } 185 185
Note: See TracChangeset
for help on using the changeset viewer.