Make WordPress Core


Ignore:
Timestamp:
06/16/2015 08:00:15 PM (10 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-links-list-table.php

    r32753 r32800  
    287287     */
    288288    protected function handle_row_actions( $link, $column_name, $primary ) {
    289         if( $primary === $column_name ) {
     289        if ( $primary === $column_name ) {
    290290            $edit_link = get_edit_bookmark_link( $link );
    291291
Note: See TracChangeset for help on using the changeset viewer.