Changeset 13140 for trunk/src/bp-core/classes/class-bp-admin.php
- Timestamp:
- 11/07/2021 05:22:42 PM (4 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-core/classes/class-bp-admin.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/classes/class-bp-admin.php
r13139 r13140 655 655 */ 656 656 public function add_privacy_policy_content() { 657 // Nothing to do if we're running < WP 4.9.6.658 if ( bp_is_running_wp( '4.9.6', '<' ) ) {659 return;660 }661 662 657 $suggested_text = '<strong class="privacy-policy-tutorial">' . esc_html__( 'Suggested text:', 'buddypress' ) . ' </strong>'; 663 658 $content = ''; … … 1291 1286 'bp-hello-js' => array( 1292 1287 'file' => "{$url}hello{$min}.js", 1293 'dependencies' => array( 'thickbox', ' bp-api-request' ),1288 'dependencies' => array( 'thickbox', 'wp-api-request' ), 1294 1289 'footer' => true, 1295 1290 ),
Note: See TracChangeset
for help on using the changeset viewer.