Make WordPress Core

Changeset 28800


Ignore:
Timestamp:
06/22/2014 01:40:38 AM (10 years ago)
Author:
SergeyBiryukov
Message:

Add @ticket references.

see #16854, #19198.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/query/results.php

    r28783 r28800  
    415415    }
    416416
    417     function test_exlude_from_search_empty() {
     417    /**
     418     * @ticket 19198
     419     */
     420    function test_exclude_from_search_empty() {
    418421        global $wp_post_types;
    419422        foreach ( array_keys( $wp_post_types ) as $slug )
     
    434437    }
    435438
     439    /**
     440     * @ticket 16854
     441     */
    436442    function test_query_author_vars() {
    437443        $author_1 = $this->factory->user->create( array( 'user_login' => 'admin1', 'user_pass' => rand_str(), 'role' => 'author' ) );
Note: See TracChangeset for help on using the changeset viewer.