- fixed profile page for some roles;

This commit is contained in:
nikitozzzzzzz
2018-04-03 17:34:18 +03:00
parent 27f2021d6b
commit 394d6ac870
+4 -2
View File
@@ -1021,9 +1021,11 @@ if ( ! class_exists( 'um\core\REST_API' ) ) {
</tr>
</tbody>
</table>
<?php }
$content .= ob_get_clean();
<?php $content .= ob_get_clean();
}
return $content;
}