Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #44600, comment 13


Ignore:
Timestamp:
08/16/2018 02:04:50 PM (6 years ago)
Author:
azaozz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #44600, comment 13

    initial v1  
    2727                        __( 'This is a long piece of text that should never be inside of a function call. Even worse: it might end up in a nested multi-line function call. %s, %s.' ),
    2828                        add_query_arg(   // Forth.one.two arg.
    29                                 array(   // Forth.one.three arg.
    30                                         'bah_where_am_i'     => 'undefined', // Forth.one.three.one arg.
    31                                         'how_did_i_get_here' => 'who-knows', // Forth.one.three.two arg.
     29                                array(   // Forth.one.two.one arg.
     30                                        'bah_where_am_i'     => 'undefined', // Forth.one.two.one.one arg.
     31                                        'how_did_i_get_here' => 'who-knows', // Forth.one.two.one.two arg.
    3232                                ),
    33                                 remove_query_arg( // Ughhh, getting worse and worse.
     33                                remove_query_arg( // Ughhh, getting worse and worse. Forth.one.three arg.
    3434                                        array(
    35                                                 '_wp_http_referer', // Forth.one.two.two.one arg.
     35                                                '_wp_http_referer', // Forth.one.three.one.one arg.
    3636                                                '_wpnonce', // I give up :)
    3737                                                'error',