Skip to:
Content

BuddyPress.org

Ticket #5621: 5621.2.diff

File 5621.2.diff, 614 bytes (added by netweb, 11 years ago)
  • Gruntfile.js

     
    129129                                        cwd: SOURCE_DIR,
    130130                                        domainPath: '.',
    131131                                        mainFile: 'bp-loader.php',
    132                                         potFilename: 'bp-languages/buddypress.pot',
     132                                        potFilename: 'buddypress.pot',
    133133                                        processPot: function( pot ) {
    134                                                 pot.headers['report-msgid-bugs-to'] = 'https://wordpress.org/support/plugin/buddypress';
     134                                                pot.headers['report-msgid-bugs-to'] = 'https://buddypress.trac.wordpress.org';
    135135                                                return pot;
    136136                                        },
    137137                                        type: 'wp-plugin'