Ticket #2591: 2591.patch
| File 2591.patch, 544 bytes (added by , 9 years ago) |
|---|
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-bbp-user-badges/inc/class-plugin.php
133 133 } 134 134 } 135 135 136 if ( ! $slugs ) {136 if ( ! $slugs || is_wp_error( $slugs ) ) { 137 137 return false; 138 138 } 139 139