Make WordPress Core


Ignore:
Timestamp:
01/29/2020 12:43:23 AM (5 years ago)
Author:
SergeyBiryukov
Message:

Docs: Improve inline comments per the documentation standards.

Includes minor code layout fixes for better readability.

See #48303.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/oembed/postEmbedUrl.php

    r46586 r47122  
    9090        $this->set_permalink_structure( '/%postname%/' );
    9191
    92         // Create a post with the 'embed' post_name
     92        // Create a post with the 'embed' post_name.
    9393        add_filter( 'wp_unique_post_slug', array( $this, 'filter_unique_post_slug' ) );
    9494        $post_embed_slug = self::factory()->post->create( array( 'post_name' => 'embed' ) );
Note: See TracChangeset for help on using the changeset viewer.