Make WordPress Core


Ignore:
Timestamp:
09/10/2012 05:00:11 PM (12 years ago)
Author:
ryan
Message:

Remove unnecessary return by refs. Props wonderboymusic. fixes #21839

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/l10n.php

    r21109 r21792  
    494494 * @return object A Translation instance
    495495 */
    496 function &get_translations_for_domain( $domain ) {
     496function get_translations_for_domain( $domain ) {
    497497    global $l10n;
    498498    if ( !isset( $l10n[$domain] ) ) {
Note: See TracChangeset for help on using the changeset viewer.