Changeset 4249
- Timestamp:
- 10/15/2016 03:23:00 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wp-i18n-teams/wp-i18n-teams.php
r4133 r4249 22 22 add_shortcode( 'wp-locales', array( $this, 'wp_locales' ) ); 23 23 24 add_filter( 'the_content', array( $this, 'link_locales' ) );25 add_filter( 'comment_text', array( $this, 'link_locales' ) );24 add_filter( 'the_content', array( $this, 'link_locales' ), 0 ); 25 add_filter( 'comment_text', array( $this, 'link_locales' ), 0 ); 26 26 } 27 27
Note: See TracChangeset
for help on using the changeset viewer.