Make WordPress Core


Ignore:
Timestamp:
11/26/2022 08:59:05 PM (2 years ago)
Author:
audrasjb
Message:

Coding Standards: Various brace indentation corrections.

Props mukesh27.
Fixes #57210.
See #56791.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/options-discussion.php

    r53001 r54881  
    7272<?php
    7373if ( ! get_option( 'users_can_register' ) && is_multisite() ) {
    74     echo ' ' . __( '(Signup has been disabled. Only members of this site can comment.)' );}
     74    echo ' ' . __( '(Signup has been disabled. Only members of this site can comment.)' );
     75}
    7576?>
    7677</label>
Note: See TracChangeset for help on using the changeset viewer.