Changeset 12145
- Timestamp:
- 05/29/2018 06:48:00 PM (8 years ago)
- Location:
- branches/3.0/src/bp-templates/bp-nouveau
- Files:
-
- 2 edited
-
includes/activity/functions.php (modified) (1 diff)
-
js/buddypress-activity-post-form.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/3.0/src/bp-templates/bp-nouveau/includes/activity/functions.php
r12105 r12145 164 164 'whatsnewLabel' => __( 'Post what\'s new', 'buddypress' ), 165 165 'whatsnewpostinLabel' => __( 'Post in', 'buddypress' ), 166 'postUpdateButton' => __( 'Post Update', 'buddypress' ), 167 'cancelButton' => __( 'Cancel', 'buddypress' ), 166 168 ); 167 169 -
branches/3.0/src/bp-templates/bp-nouveau/js/buddypress-activity-post-form.js
r12082 r12145 536 536 id : 'aw-whats-new-reset', 537 537 className : 'text-button small', 538 value : 'Cancel'538 value : BP_Nouveau.activity.strings.cancelButton 539 539 } ); 540 540 … … 544 544 className : 'button', 545 545 name : 'aw-whats-new-submit', 546 value : 'Post Update'546 value : BP_Nouveau.activity.strings.postUpdateButton 547 547 } ); 548 548
Note: See TracChangeset
for help on using the changeset viewer.