Make WordPress Core


Ignore:
Timestamp:
11/17/2022 06:13:47 PM (3 years ago)
Author:
SergeyBiryukov
Message:

Docs: Update various DocBlocks and inline comments per the documentation standards.

Includes minor formatting edits for consistency.

Follow-up to [53/tests], [12179], [12946], [35288], [37884], [38810], [38928], [46596], [48131], [52955], [53548], [53813], [53873], [54118], [54316], [54420], [54421], [54803].

See #56792.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/functions/wpRefererField.php

    r54449 r54855  
    1515     */
    1616    public function test_wp_referer_field() {
     17        $_SERVER['REQUEST_URI'] = '/test/';
    1718
    18         $_SERVER['REQUEST_URI'] = '/test/';
    1919        wp_referer_field();
    2020        $this->expectOutputString( '<input type="hidden" name="_wp_http_referer" value="/test/" />' );
     
    2525     */
    2626    public function test_wp_referer_field_return() {
    27 
    2827        $_SERVER['REQUEST_URI'] = '/test/';
    2928
Note: See TracChangeset for help on using the changeset viewer.