Making WordPress.org


Ignore:
Timestamp:
07/03/2020 03:11:38 AM (6 years ago)
Author:
dd32
Message:

Pinking shears, 10000

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/inc/user-content.php

    r9966 r10000  
    289289        $args['comment_field'] = self::wp_editor_comments( $label, $comment );
    290290
    291         // Args for adding hidden links after the comment form submit field. 
     291        // Args for adding hidden links after the comment form submit field.
    292292        $args['context']      = $context;
    293293        $args['comment_edit'] = $comment;
     
    393393                $note_link = sprintf( __( '%1$s by %2$s', 'wporg' ), "<a href='{$post_url}'>{$parent_note}</a>", $parent_author );
    394394            }
    395         } 
     395        }
    396396
    397397        $allowed_tags = '';
Note: See TracChangeset for help on using the changeset viewer.