This repository was archived by the owner on Apr 4, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +9
-11
lines changed
Expand file tree Collapse file tree 1 file changed +9
-11
lines changed Original file line number Diff line number Diff line change 1- <?php
1+ <?php
22
3- if ( has_linkbacks ( 'like ' ) ) {
3+ if ( has_linkbacks ( 'like ' ) ) {
44 echo '<div class="likes"> ' ;
55 echo '<h3> ' . __ ( 'Likes ' , 'semantic-linkbacks ' ) . '</h3> ' ;
66 list_linkbacks ( array (
7- 'li-class ' => array ( 'single-mention ' , 'p-like ' )
8- ),
9- get_linkbacks ( 'like ' ) ); ?>
7+ 'li-class ' => array ( 'single-mention ' , 'p-like ' ),
8+ ),
9+ get_linkbacks ( 'like ' ) );
1010 echo '</div> ' ;
1111}
1212
1616 list_linkbacks ( array (
1717 'li-class ' => array ( 'single-mention ' , 'p-favorite ' )
1818 ),
19- get_linkbacks( 'favorite' ) ); ?>
19+ get_linkbacks ( 'favorite ' ) );
2020 echo '</div> ' ;
2121}
2222
2626 list_linkbacks ( array (
2727 'li-class ' => array ( 'single-mention ' , 'p-bookmark ' )
2828 ),
29- get_linkbacks( 'bookmark' ) ); ?>
29+ get_linkbacks ( 'bookmark ' ) );
3030 echo '</div> ' ;
3131}
3232
3636 list_linkbacks ( array (
3737 'li-class ' => array ( 'single-mention ' , 'p-repost ' )
3838 ),
39- get_linkbacks( 'repost' ) ); ?>
39+ get_linkbacks ( 'repost ' ) );
4040 echo '</div> ' ;
4141}
4242
4747 list_linkbacks ( array (
4848 'li-class ' => array ( 'single-mention ' , 'p-comment ' )
4949 ),
50- get_linkbacks( 'mention' ) ); ?>
50+ get_linkbacks ( 'mention ' ) );
5151 echo '</div> ' ;
5252}
53-
54-
You can’t perform that action at this time.
0 commit comments