This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
kiduc
/
bibiuc.com
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
59
Wiki
Activity
Browse Source
Update functions.php
pull/674/head
danpros
1 year ago
parent
e6232c1937
commit
cf41651321
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
system/includes/functions.php
+ 1
- 1
system/includes/functions.php
View File
@ -1101,7 +1101,7 @@ function get_author($name)
$author
->
title
=
$author
->
name
;
$author
->
title
=
$author
->
name
;
$author
->
description
=
$author
->
about
;
$author
->
description
=
strip_tags
(
$author
->
about
)
;
$tmp
[]
=
$author
;
$tmp
[]
=
$author
;
}
}
Write
Preview
Loading…
Cancel
Save