File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -288,12 +288,12 @@ function the_author_posts() {
288
288
*
289
289
* @global object $authordata The current author's DB object.
290
290
*
291
- * @return string An HTML link to the author page.
291
+ * @return string An HTML link to the author page, or an empty string if $authordata isn't defined .
292
292
*/
293
293
function get_the_author_posts_link () {
294
294
global $ authordata ;
295
295
if ( ! is_object ( $ authordata ) ) {
296
- return ;
296
+ return '' ;
297
297
}
298
298
299
299
$ link = sprintf (
Original file line number Diff line number Diff line change 13
13
*
14
14
* @global string $wp_version
15
15
*/
16
- $ wp_version = '5.1-beta1-44615 ' ;
16
+ $ wp_version = '5.1-beta1-44616 ' ;
17
17
18
18
/**
19
19
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
You can’t perform that action at this time.
0 commit comments