Skip to content

Commit

Permalink
Fixes yiisoft#2195
Browse files Browse the repository at this point in the history
  • Loading branch information
samdark committed Jan 28, 2014
1 parent 296fc72 commit 208d5ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/BaseYii.php
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ public static function endProfile($token, $category = 'application')
}

/**
* Returns an HTML hyperlink that can be displayed on your Web page showing Powered by Yii" information.
* Returns an HTML hyperlink that can be displayed on your Web page showing "Powered by Yii Framework" information.
* @return string an HTML hyperlink that can be displayed on your Web page showing Powered by Yii" information
*/
public static function powered()
Expand Down

0 comments on commit 208d5ea

Please sign in to comment.