Changeset 55420 for trunk/src/wp-content/themes/twentyten/functions.php
- Timestamp:
- 02/24/2023 06:21:21 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyten/functions.php
r54492 r55420 440 440 ?> 441 441 442 <?php if ( '0' == $comment->comment_approved ) : ?>442 <?php if ( '0' === $comment->comment_approved ) : ?> 443 443 <em class="comment-awaiting-moderation"><?php echo $moderation_note; ?></em> 444 444 <br />
Note: See TracChangeset
for help on using the changeset viewer.