Make WordPress Core


Ignore:
Timestamp:
11/11/2015 08:59:56 PM (10 years ago)
Author:
ocean90
Message:

Comments: Dynamically update the document title text for all languages, not only English.

See [33821].
Fixes #33414.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/script-loader.php

    r35605 r35615  
    488488            'reply' => __( 'Reply' ),
    489489            'warnQuickEdit' => __( "Are you sure you want to edit this comment?\nThe changes you made will be lost." ),
     490            'docTitleComments' => __( 'Comments' ),
     491            /* translators: %s: comments count */
     492            'docTitleCommentsCount' => __( 'Comments (%s)' ),
    490493        ) );
    491494
Note: See TracChangeset for help on using the changeset viewer.