Make WordPress Core


Ignore:
Timestamp:
10/05/2014 09:05:54 PM (11 years ago)
Author:
SergeyBiryukov
Message:

Translate some previously untranslated _doing_it_wrong() messages.

props georgestephanis.
fixes #25614.

File:
1 edited

Legend:

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

    r29275 r29840  
    14831483                $args = array( 0 => array( 'comment-list', 'comment-form', 'search-form' ) );
    14841484            } elseif ( ! is_array( $args[0] ) ) {
    1485                 _doing_it_wrong( "add_theme_support( 'html5' )", 'You need to pass an array of types.', '3.6.1' );
     1485                _doing_it_wrong( "add_theme_support( 'html5' )", __( 'You need to pass an array of types.' ), '3.6.1' );
    14861486                return false;
    14871487            }
Note: See TracChangeset for help on using the changeset viewer.