Changeset 4505 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/template-parts/plugin-single.php
- Timestamp:
- 12/08/2016 01:58:37 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/template-parts/plugin-single.php
r4467 r4505 67 67 <?php 68 68 if ( is_user_logged_in() ) : 69 $url = Template::get_favo urite_link( $post);69 $url = Template::get_favorite_link(); 70 70 $is_favorited = Tools::favorited_plugin( $post ); 71 71 ?> … … 141 141 $section_no_read_mores[] = 'faq'; 142 142 } 143 143 144 144 $section_read_more = ! in_array( $section_slug, $section_no_read_mores ); 145 145
Note: See TracChangeset
for help on using the changeset viewer.