Skip to content

Commit

Permalink
extra quote and correct spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
bbannon committed Jul 12, 2024
1 parent 8b3eb0c commit 57752c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions includes/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -1633,7 +1633,7 @@ function display_unapproved_events ( $user ) {
if ( $row && $row[0] > 0 )
$ret .= ( $MENU_ENABLED == 'N'
? '<a class="nav" href="list_unapproved.php'
. ( $user != $login ? '?user=' . $user . '"' : '' )
. ( $user != $login ? '?user=' . $user : '' )
. '">' . str_replace ( 'XXX', $row[0],
translate ( 'You have XXX unapproved entries' ) ) . "</a><br>\n"
: // Return something that won't display in bottom menu
Expand Down Expand Up @@ -4117,7 +4117,7 @@ function load_nonuser_preferences ( $nonuser ) {
}

/**
* Returns a custom header, stylesheet or tailer.
* Returns a custom header, stylesheet or trailer.
*
* The data will be loaded from the webcal_user_template table.
* If the global variable $ALLOW_EXTERNAL_HEADER is set to 'Y',
Expand Down

0 comments on commit 57752c8

Please sign in to comment.