Make WordPress Core


Ignore:
Timestamp:
05/19/2023 01:25:49 PM (10 months ago)
Author:
SergeyBiryukov
Message:

Docs: Fix a few more typos in DocBlocks and inline comments.

Follow-up to [6779], [10565], [12023], [25224], [27533], [32806], [34777], [45262], [46594], [55823], [55824].

Props Presskopp.
See #57840.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/customize/class-wp-customize-nav-menu-item-setting.php

    r53455 r55827  
    229229            $value = false;
    230230
    231             // Note that a ID of less than one indicates a nav_menu not yet inserted.
     231            // Note that an ID of less than one indicates a nav_menu not yet inserted.
    232232            if ( $this->post_id > 0 ) {
    233233                $post = get_post( $this->post_id );
Note: See TracChangeset for help on using the changeset viewer.