Changeset 13645
- Timestamp:
- 05/02/2024 12:41:59 AM (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/api/routes/class-plugin.php
r13620 r13645 95 95 */ 96 96 public function plugin_info_data( $request, $post ) { 97 global $post; 98 99 $plugin_slug = $post->post_name; 100 $post_id = $post->ID; 97 $GLOBALS['post'] = $post; 98 $plugin_slug = $post->post_name; 99 $post_id = $post->ID; 101 100 102 101 $result = array();
Note: See TracChangeset
for help on using the changeset viewer.