Changeset 5457 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/class-plugin-directory.php
- Timestamp:
- 05/01/2017 09:23:28 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/class-plugin-directory.php
r5340 r5457 43 43 add_filter( 'single_term_title', array( $this, 'filter_single_term_title' ) ); 44 44 add_filter( 'the_content', array( $this, 'filter_rel_nofollow' ) ); 45 add_action( 'wp_head', array( Template::class, 'json_ld_schema' ), 1 ); 45 46 46 47 // Cron tasks.
Note: See TracChangeset
for help on using the changeset viewer.