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-media-list-table.php

    r32798 r32800  
    634634     */
    635635    protected function handle_row_actions( $link, $column_name, $primary ) {
    636         if( $primary === $column_name ) {
     636        if ( $primary === $column_name ) {
    637637            return $this->row_actions( $this->_get_row_actions( $post, $att_title ) );
    638638        }
Note: See TracChangeset for help on using the changeset viewer.