Make WordPress Core


Ignore:
Timestamp:
06/16/2015 08:00:15 PM (9 years ago)
Author:
wonderboymusic
Message:

if is a statment, not a function.

See #32444.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-comments-list-table.php

    r32736 r32800  
    473473        $out = '';
    474474
    475         if( $primary === $column_name ) {
     475        if ( $primary === $column_name ) {
    476476            $del_nonce = esc_html( '_wpnonce=' . wp_create_nonce( "delete-comment_$comment->comment_ID" ) );
    477477            $approve_nonce = esc_html( '_wpnonce=' . wp_create_nonce( "approve-comment_$comment->comment_ID" ) );
Note: See TracChangeset for help on using the changeset viewer.