Making WordPress.org


Ignore:
Timestamp:
01/16/2017 02:45:05 AM (8 years ago)
Author:
pento
Message:

Handbook: Fix a typo introduced in [4690].

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/handbook/handbook.php

    r4690 r4692  
    135135        add_filter( 'o2_view_type',                       array( $this, 'o2_view_type' ) );
    136136        add_filter( 'o2_post_fragment',                   array( $this, 'o2_post_fragment' ) );
    137         add_filter( 'comments_open',                      array( $this, 'comments_open', 10, 2 ) );
     137        add_filter( 'comments_open',                      array( $this, 'comments_open' ), 10, 2 );
    138138    }
    139139
Note: See TracChangeset for help on using the changeset viewer.