Make WordPress Core


Ignore:
Timestamp:
04/17/2019 01:26:00 PM (5 years ago)
Author:
SergeyBiryukov
Message:

Docs: Correct spelling in various comments and DocBlocks, per the conventions in Core Contributor Handbook.

Props man4toman, samanehmirrajabi.
Fixes #45857.

File:
1 edited

Legend:

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

    r42746 r45232  
    316316
    317317            switch_to_blog( $this->blog_id );
    318             // Create a raw copy of the object for backwards compatibility with the filter below.
     318            // Create a raw copy of the object for backward compatibility with the filter below.
    319319            $details = new stdClass();
    320320            foreach ( get_object_vars( $this ) as $key => $value ) {
Note: See TracChangeset for help on using the changeset viewer.