diff --git a/plugins/woocommerce-admin/docs/examples/activity-panel-inbox.md b/plugins/woocommerce-admin/docs/examples/activity-panel-inbox.md index ddef7f5f983..adcf5e2c436 100644 --- a/plugins/woocommerce-admin/docs/examples/activity-panel-inbox.md +++ b/plugins/woocommerce-admin/docs/examples/activity-panel-inbox.md @@ -19,7 +19,7 @@ But unlike today’s notices, this part of the UI will be reserved for “priori The second category is what we’re focusing on in this example - and what we expect the vast majority of extension developers will want to extend - we call it the “Activity Panel Inbox.” It will look something like this: -![Activity Panel Inbox](images/activity-panel-inbox.png) +Activity Panel Inbox This section is dedicated to informational content coming from multiple sources such as WooCommerce core, WooCommerce.com Subscription management, extensions activity and store achievements. This section was also envisioned to display more insightful content in the future, e.g. content that could help with the day to day tasks of managing and optimizing a store. @@ -48,7 +48,7 @@ So, enough rules - let’s get into how to code this up. And surprise, no JavaSc Here’s a short example plugin that adds a new activity panel inbox note on plugin activation, and removes it on deactivation: -``` +```php