Changeset 5570 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/class-plugin-directory.php
- Timestamp:
- 06/15/2017 12:57:31 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
r5532 r5570 44 44 add_filter( 'the_content', array( $this, 'filter_rel_nofollow' ) ); 45 45 add_action( 'wp_head', array( Template::class, 'json_ld_schema' ), 1 ); 46 add_action( 'wp_head', array( Template::class, 'hreflang_link_attributes' ), 2 ); 46 47 47 48 // Cron tasks.
Note: See TracChangeset
for help on using the changeset viewer.