Changeset 59695
- Timestamp:
- 01/23/2025 10:47:13 PM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/user-edit.php
r59496 r59695 297 297 298 298 <table class="form-table" role="presentation"> 299 <?php if ( ! ( IS_PROFILE_PAGE && ! $user_can_edit ) ) : ?>299 <?php if ( ! ( IS_PROFILE_PAGE && ! $user_can_edit ) && 'false' === $profile_user->rich_editing ) : ?> 300 300 <tr class="user-rich-editing-wrap"> 301 301 <th scope="row"><?php _e( 'Visual Editor' ); ?></th>
Note: See TracChangeset
for help on using the changeset viewer.