Make WordPress Core


Ignore:
Timestamp:
07/09/2023 09:23:34 PM (21 months ago)
Author:
audrasjb
Message:

Docs: Replace multiple single line comments with multi-line comments.

This changeset updates various comments as per WordPress PHP Inline Documentation Standards.
See https://developer.wordpress.org/coding-standards/inline-documentation-standards/php/#5-inline-comments.

Follow-up to [56174], [56175], [56176], [56177].

Props costdev, audrasjb.
See #58459.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-locale-switcher.php

    r55298 r56178  
    256256            }
    257257
    258             // Unload current text domain but allow them to be reloaded
    259             // after switching back or to another locale.
     258            /*
     259             * Unload current text domain but allow them to be reloaded
     260             * after switching back or to another locale.
     261             */
    260262            unload_textdomain( $domain, true );
    261263            get_translations_for_domain( $domain );
Note: See TracChangeset for help on using the changeset viewer.