Changeset 3508
- Timestamp:
- 06/20/2016 04:18:19 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/inc/handbooks.php
r3281 r3508 25 25 */ 26 26 public static function init() { 27 add_filter( 'handbook_post_type_defaults', array( __CLASS__, 'filter_handbook_post_type_defaults' ), 10, 2 ); 27 28 add_filter( 'handbook_post_types', array( __CLASS__, 'filter_handbook_post_types' ) ); 28 29 add_action( 'init', array( __CLASS__, 'do_init' ) ); … … 44 45 45 46 add_filter( 'the_content', array( __CLASS__, 'autolink_credits' ) ); 46 47 add_filter( 'handbook_post_type_defaults', array( __CLASS__, 'filter_handbook_post_type_defaults' ), 10, 2 );48 47 49 48 // Add the handbook's 'Watch' action link.
Note: See TracChangeset
for help on using the changeset viewer.