File tree 2 files changed +8
-3
lines changed
themes/plugins.jquery.com
2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ function jq_updated_plugins( $total = 10 ) {
93
93
$ added = array ();
94
94
$ updated_plugins = new WP_Query ( $ updated_plugins_args );
95
95
if ( $ updated_plugins ->have_posts () ):
96
- echo '<ul> ' ;
96
+ echo '<ul class="recent-updates" > ' ;
97
97
while ( $ updated_plugins ->have_posts () ) :
98
98
$ updated_plugins ->the_post ();
99
99
$ parent_id = $ post ->post_parent ;
@@ -106,7 +106,7 @@ function jq_updated_plugins( $total = 10 ) {
106
106
107
107
?>
108
108
<li>
109
- <a href="/<?php echo $ parent ->post_name . '/ ' . $ post ->post_name ?> /"><?php echo $ post ->post_title ; ?> </a><br / >
109
+ <a href="/<?php echo $ parent ->post_name . '/ ' . $ post ->post_name ?> /"><?php echo $ post ->post_title ; ?> </a><br>
110
110
(version <?php echo $ post ->post_name ; ?> )
111
111
</li>
112
112
<?php
Original file line number Diff line number Diff line change 11
11
float : right;
12
12
}
13
13
14
- # sidebar .popular-tags a {
14
+ # sidebar .popular-tags a ,
15
+ # sidebar .recent-updates a {
15
16
display : inline-block;
16
17
}
17
18
19
+ # sidebar .recent-updates li {
20
+ padding-bottom : 8px ;
21
+ }
22
+
18
23
/*----------[ Notifications ]-----------------------------------------------*/
19
24
20
25
.notify {
You can’t perform that action at this time.
0 commit comments