Changeset 630921
- Timestamp:
- 11/27/2012 09:47:33 PM (13 years ago)
- Location:
- author-box-2
- Files:
-
- 1 added
- 8 edited
-
tags/2.0.4.2 (added)
-
trunk/authorbox-admin.css (modified) (1 diff)
-
trunk/authorbox-init.php (modified) (2 diffs)
-
trunk/authorbox-ltr.css (modified) (1 diff)
-
trunk/authorbox-rtl.css (modified) (1 diff)
-
trunk/authorbox.php (modified) (1 diff)
-
trunk/i18n/author-box-2-de_DE.mo (modified) (previous)
-
trunk/i18n/author-box-2-de_DE.po (modified) (2 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
author-box-2/trunk/authorbox-admin.css
r234865 r630921 1 1 /* 2 2 Plugin Name: Author Box Reloaded 3 Version: 2.0. 33 Version: 2.0.4.2 4 4 Description: Adds an author box below text when viewing a single article. From a Brian Gardner's article at http://smsh.me/7ngf 5 5 Donate link: http://smsh.me/7kit -
author-box-2/trunk/authorbox-init.php
r489573 r630921 1 1 <?php 2 2 /* 3 * Author Box Reloaded 2.0.4. 13 * Author Box Reloaded 2.0.4.2 4 4 * Init function content. 5 5 */ … … 29 29 $this->_contactURL = 'http://w3.ipublicis.com/contact-us'; 30 30 $this->_dashboardWidget = array( 'inc' => 'iPublicis!COM', 31 'url' => 'http://w 3.ipublicis.com/',32 'rss' => 'http://w 3.ipublicis.com/rss.xml',31 'url' => 'http://www.ipublicis.com/', 32 'rss' => 'http://www.ipublicis.com/rss.xml', 33 33 'ico' => plugin_dir_url( __FILE__ ).'/images/ipublicis-logo-32.png' ); 34 34 -
author-box-2/trunk/authorbox-ltr.css
r489573 r630921 1 1 /* 2 2 Plugin Name: Author Box Reloaded 3 Version: 2.0.4. 13 Version: 2.0.4.2 4 4 Description: Adds an author box below text when viewing a single article. From a Brian Gardner's article at http://smsh.me/7ngf 5 5 Donate link: http://smsh.me/7kit -
author-box-2/trunk/authorbox-rtl.css
r489573 r630921 1 1 /* 2 2 Plugin Name: Author Box Reloaded 3 Version: 2.0.4. 13 Version: 2.0.4.2 4 4 Description: Adds an author box below text when viewing a single article. From a Brian Gardner's article at http://smsh.me/7ngf 5 5 Donate link: http://smsh.me/7kit -
author-box-2/trunk/authorbox.php
r489573 r630921 4 4 Plugin URI: http://wordpress.org/extend/plugins/author-box-2/ 5 5 Description: Adds an author box to your blog. From a Brian Gardner's article at http://smsh.me/7ngf. REQUIRES Wordpress Plugin Framework Reloaded installed. 6 Version: 2.0.4. 16 Version: 2.0.4.2 7 7 Author: Lopo Lencastre de Almeida <dev@ipublicis.com> 8 8 Author URI: http://ipublicis.com/ -
author-box-2/trunk/i18n/author-box-2-de_DE.po
r237833 r630921 9 9 "Report-Msgid-Bugs-To: http://wordpress.org/tag/author-box-2\n" 10 10 "POT-Creation-Date: 2010-04-22 21:01+0000\n" 11 "PO-Revision-Date: 2010-05-05 23: 29+0100\n"11 "PO-Revision-Date: 2010-05-05 23:34+0100\n" 12 12 "Last-Translator: Sven Schneider <schneider.sven@permanentmedia.de>\n" 13 13 "Language-Team: Permanentmedia <schneider.sven@permanentmedia.de>\n" … … 108 108 #, php-format 109 109 msgid "Follow %s on " 110 msgstr "Folge %s auf Twitter"110 msgstr "Folge %s auf " 111 111 112 112 #: authorbox.php:268 -
author-box-2/trunk/readme.txt
r561246 r630921 7 7 Tags: author, theme 8 8 Requires at least: 2.8.0 9 Tested up to: 3.4 10 Stable tag: 2.0.4. 19 Tested up to: 3.4.2 10 Stable tag: 2.0.4.2 11 11 12 12 Adds an author box to your blog. From a Brian Gardner's article at http://smsh.me/7ngf. … … 46 46 47 47 If you have [User Photo](http://wordpress.org/extend/plugins/user-photo/), 0.9.4 or greater, installed, a photo loaded and `Override Avatar with User Photo:` selected, it will automatically use that image instead of the Gravatar one. 48 49 You can also use [Simple Local Avatars](http://wordpress.org/extend/plugins/simple-local-avatars/), 1.3.1 or greater. 48 50 49 51 If you use Wordpress Mu and want to add this plugin to all blogs just install it in the mu-plugins directory instead or, in more modern versions, activate it globally. … … 104 106 105 107 == Changelog == 108 109 = 2.0.4.2 = 110 111 * Added reference to [Simple Local Avatars](http://wordpress.org/extend/plugins/simple-local-avatars/) (thanks Rene M.) 112 * Tweakned again some odd effects on CSS 106 113 107 114 = 2.0.4.1 =
Note: See TracChangeset
for help on using the changeset viewer.