Skip to content

Commit a947287

Browse files
committed
Code Review
1 parent fbce363 commit a947287

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

tootpress.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,6 @@
4242
require_once('tootpress_developer.php');
4343
require_once('tootpress_script.php');
4444

45-
// Dev
46-
// require_once('tootpress_filter.php');
47-
4845
// Ensure that all required functions are available during setup
4946
require_once( ABSPATH . 'wp-admin/includes/upgrade.php');
5047

tootpress_toots.css

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,8 @@ TootPress CSS @ Blog
1616
margin-left:60px;
1717
}
1818

19-
.toot-date {
20-
font-size:85%;
21-
}
22-
2319
.toot-date p {
20+
font-size:80%;
2421
margin-bottom:0px;
2522
}
2623

0 commit comments

Comments
 (0)