Changeset 5718 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/class-plugin-directory.php
- Timestamp:
- 07/26/2017 01:28:26 AM (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
r5698 r5718 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, 'meta_description' ), 1 ); 46 47 add_action( 'wp_head', array( Template::class, 'hreflang_link_attributes' ), 2 ); 47 48
Note: See TracChangeset
for help on using the changeset viewer.