Ticket #5621: 5621.diff
File 5621.diff, 531 bytes (added by , 10 years ago) |
---|
-
Gruntfile.js
131 131 mainFile: 'bp-loader.php', 132 132 potFilename: 'bp-languages/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'