Ticket #5621: 5621.2.diff
File 5621.2.diff, 614 bytes (added by , 11 years ago) |
---|
-
Gruntfile.js
129 129 cwd: SOURCE_DIR, 130 130 domainPath: '.', 131 131 mainFile: 'bp-loader.php', 132 potFilename: 'b p-languages/buddypress.pot',132 potFilename: 'buddypress.pot', 133 133 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'; 135 135 return pot; 136 136 }, 137 137 type: 'wp-plugin'