Changeset 853753
- Timestamp:
- 02/08/2014 03:22:19 PM (12 years ago)
- Files:
-
- 4 edited
-
hide-favorite-button/trunk/readme.txt (modified) (1 diff)
-
wpmu-automatic-links/trunk/readme.txt (modified) (1 diff)
-
wpmu-automatic-links/trunk/wpmu-automatic-links.php (modified) (1 diff)
-
wpmu-prefill-post/trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
hide-favorite-button/trunk/readme.txt
r747726 r853753 1 1 === Hide Favorite Button === 2 Contributors: iDo2 Contributors: Benjamin Santalucia 3 3 Tags: admin, header 4 4 donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=4RR68K6J9GBR8 5 5 Requires at least: 2.9 6 Tested up to: 3. 5.26 Tested up to: 3.8.1 7 7 Stable tag: trunk 8 8 -
wpmu-automatic-links/trunk/readme.txt
r747733 r853753 4 4 donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=4RR68K6J9GBR8 5 5 Requires at least: 3.0 6 Tested up to: 3. 5.26 Tested up to: 3.8.1 7 7 Stable tag: trunk 8 8 -
wpmu-automatic-links/trunk/wpmu-automatic-links.php
r747729 r853753 243 243 } 244 244 function updateLinkCount($id){ 245 if ( is_admin() ) { 246 return true; 247 } 245 248 global $wpdb; 246 249 $table_name= $wpdb->prefix.self::DOMAIN; -
wpmu-prefill-post/trunk/readme.txt
r747733 r853753 4 4 donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=4RR68K6J9GBR8 5 5 Requires at least: 3.0 6 Tested up to: 3. 5.26 Tested up to: 3.8.1 7 7 Stable tag: trunk 8 8
Note: See TracChangeset
for help on using the changeset viewer.