Changeset 8118 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/class-plugin-directory.php
- Timestamp:
- 01/21/2019 07:09:55 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/class-plugin-directory.php
r7955 r8118 50 50 add_action( 'wp_head', array( Template::class, 'output_meta' ), 1 ); 51 51 add_action( 'wp_head', array( Template::class, 'hreflang_link_attributes' ), 2 ); 52 add_action( 'wp_head', array( Template::class, 'archive_link_rel_prev_next' ), 3 ); 52 53 53 54 // Cron tasks.
Note: See TracChangeset
for help on using the changeset viewer.