Changeset 1483665
- Timestamp:
- 08/25/2016 11:30:07 PM (10 years ago)
- Location:
- commenters-can-add-tags/trunk
- Files:
-
- 2 edited
-
commenters-can-add-tags.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
commenters-can-add-tags/trunk/commenters-can-add-tags.php
r1279244 r1483665 5 5 Description: Allow commenters to add tags (It will be considered so each word preceded by #). 6 6 7 Version: 0. 17 Version: 0.2 8 8 Author: Raúl Antón Cuadrado 9 9 Author URI: http://comunicacionextendida.com … … 73 73 //Get current tags in a comma separated list 74 74 75 $posttags = get_the_tags( );75 $posttags = get_the_tags($semilla_id); 76 76 if ($posttags) { 77 77 -
commenters-can-add-tags/trunk/readme.txt
r1276058 r1483665 45 45 46 46 == Changelog == 47 = 0.2 = 48 Bugs fixed (Used get_the-tags with PostId to avoid problems if not in the loop) 47 49 48 50 = 0.1 =
Note: See TracChangeset
for help on using the changeset viewer.