Skip to content

Commit

Permalink
Restore prior spacing
Browse files Browse the repository at this point in the history
We'll do a whitespace update some time, but not today.
  • Loading branch information
zackkatz committed Apr 19, 2022
1 parent 778bc77 commit 56025fe
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions inc/class.rda-options.php
Original file line number Diff line number Diff line change
Expand Up @@ -243,9 +243,7 @@ public function access_cap_dropdown() {
?>
<p><label>
<input name="rda_access_switch" type="radio" value="capability" class="tag" <?php checked( 'capability', esc_attr( $switch ) ); ?> />
<?php
echo wp_kses( __( '<strong>Advanced</strong>: Limit by capability:', 'remove_dashboard_access' ), array( 'strong' => array() ) );
?>
<?php echo wp_kses( __( '<strong>Advanced</strong>: Limit by capability:', 'remove_dashboard_access' ), array( 'strong' => array() ) ); ?>
</label><?php $this->_output_caps_dropdown(); ?></p>
<p>
<?php printf( esc_html__( 'You can find out more about specific %s in the Codex.', 'remove_dashboard_access' ),
Expand Down

0 comments on commit 56025fe

Please sign in to comment.