Changeset 3042272
- Timestamp:
- 02/28/2024 03:59:58 AM (22 months ago)
- Location:
- bbp-voting/trunk
- Files:
-
- 9 edited
-
ajax.php (modified) (1 diff)
-
backend.php (modified) (5 diffs)
-
bbp-voting.php (modified) (1 diff)
-
css/bbp-voting.css (modified) (1 diff)
-
css/scss/bbp-voting.scss (modified) (3 diffs)
-
frontend.php (modified) (3 diffs)
-
helpers.php (modified) (2 diffs)
-
package.json (modified) (1 diff)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bbp-voting/trunk/ajax.php
r2787305 r3042272 58 58 $ups = $ups_og = (int) get_post_meta($post_id, 'bbp_voting_ups', true); 59 59 $downs = $downs_og = (int) get_post_meta($post_id, 'bbp_voting_downs', true); 60 61 $month = date('Ym'); 62 63 64 } 65