Fix typo
This commit is contained in:
@@ -12,7 +12,7 @@ class WpUser < WpItem
|
|||||||
# @return [ Array<Symbol> ]
|
# @return [ Array<Symbol> ]
|
||||||
def allowed_options; [:id, :login, :display_name, :password] end
|
def allowed_options; [:id, :login, :display_name, :password] end
|
||||||
|
|
||||||
# @return [ URI ] The uri to the auhor page
|
# @return [ URI ] The uri to the author page
|
||||||
def uri
|
def uri
|
||||||
if id
|
if id
|
||||||
return @uri.merge("?author=#{id}")
|
return @uri.merge("?author=#{id}")
|
||||||
|
|||||||
Reference in New Issue
Block a user