Changeset 13613
- Timestamp:
- 10/19/2023 10:08:52 PM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/11.0/src/bp-core/classes/class-bp-admin.php
r13612 r13613 1562 1562 } 1563 1563 1564 if ( isset( $_GET['show'] ) && 'bp-classic' === $_GET['show'] ) { 1565 wp_add_inline_script( 1566 'plugin-install', 1567 ' 1568 ( function() { 1569 document.onreadystatechange = function() { 1570 if ( document.readyState === "complete" ) { 1571 document.querySelector( \'.plugin-card-bp-classic .open-plugin-details-modal\' ).click(); 1572 } 1573 } 1574 } )(); 1575 ' 1576 ); 1577 } 1578 1564 1579 // Display the "buddypress" favorites. 1565 1580 display_plugins_table();
Note: See TracChangeset
for help on using the changeset viewer.