<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[13510] sites/trunk/wordpress.org/public_html/wp-content/plugins: Plugin Directory, Support Forums: Automatically subscribe plugin committers and support reps to a plugins forum activity.</title>
</head>
<body>
<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; }
#msg dl a { font-weight: bold}
#msg dl a:link { color:#fc3; }
#msg dl a:active { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { white-space: pre-line; overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta" style="font-size: 105%">
<dt style="float: left; width: 6em; font-weight: bold">Revision</dt> <dd><a style="font-weight: bold" href="http://meta.trac.wordpress.org/changeset/13510">13510</a><script type="application/ld+json">{"@context":"http://schema.org","@type":"EmailMessage","description":"Review this Commit","action":{"@type":"ViewAction","url":"http://meta.trac.wordpress.org/changeset/13510","name":"Review Commit"}}</script></dd>
<dt style="float: left; width: 6em; font-weight: bold">Author</dt> <dd>dd32</dd>
<dt style="float: left; width: 6em; font-weight: bold">Date</dt> <dd>2024-04-12 05:22:33 +0000 (Fri, 12 Apr 2024)</dd>
</dl>
<pre style='padding-left: 1em; margin: 2em 0; border-left: 2px solid #ccc; line-height: 1.25; font-size: 105%; font-family: sans-serif'>Plugin Directory, Support Forums: Automatically subscribe plugin committers and support reps to a plugins forum activity.
Users can opt-out through the unsubscribe link included with all support forum emails.
This is only applied for future committer/support rep changes.
Fixes <a href="http://meta.trac.wordpress.org/ticket/7566">#7566</a>.</pre>
<h3>Modified Paths</h3>
<ul>
<li><a href="#sitestrunkwordpressorgpublic_htmlwpcontentpluginsplugindirectoryclasstoolsphp">sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/class-tools.php</a></li>
<li><a href="#sitestrunkwordpressorgpublic_htmlwpcontentpluginssupportforumsincclassdirectorycompatphp">sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-directory-compat.php</a></li>
<li><a href="#sitestrunkwordpressorgpublic_htmlwpcontentpluginssupportforumsincclassplugindirectorycompatphp">sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-plugin-directory-compat.php</a></li>
<li><a href="#sitestrunkwordpressorgpublic_htmlwpcontentpluginssupportforumsincclasspluginphp">sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-plugin.php</a></li>
<li><a href="#sitestrunkwordpressorgpublic_htmlwpcontentpluginssupportforumssupportforumsphp">sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/support-forums.php</a></li>
</ul>
<h3>Added Paths</h3>
<ul>
<li><a href="#sitestrunkwordpressorgpublic_htmlwpcontentpluginssupportforumsincclassrestapiphp">sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-rest-api.php</a></li>
</ul>
</div>
<div id="patch">
<h3>Diff</h3>
<a id="sitestrunkwordpressorgpublic_htmlwpcontentpluginsplugindirectoryclasstoolsphp"></a>
<div class="modfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Modified: sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/class-tools.php</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/class-tools.php 2024-04-12 04:18:08 UTC (rev 13509)
+++ sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/class-tools.php 2024-04-12 05:22:33 UTC (rev 13510)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -239,6 +239,8 @@
</span><span class="cx" style="display: block; padding: 0 10px"> $email->send();
</span><span class="cx" style="display: block; padding: 0 10px"> }
</span><span class="cx" style="display: block; padding: 0 10px">
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ Tools::subscribe_user_to_forum_threads( $user, $post );
+
</ins><span class="cx" style="display: block; padding: 0 10px"> return $result;
</span><span class="cx" style="display: block; padding: 0 10px"> }
</span><span class="cx" style="display: block; padding: 0 10px">
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -406,6 +408,8 @@
</span><span class="cx" style="display: block; padding: 0 10px"> $email->send();
</span><span class="cx" style="display: block; padding: 0 10px"> }
</span><span class="cx" style="display: block; padding: 0 10px">
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ Tools::subscribe_user_to_forum_threads( $user, $post );
+
</ins><span class="cx" style="display: block; padding: 0 10px"> return $result;
</span><span class="cx" style="display: block; padding: 0 10px"> }
</span><span class="cx" style="display: block; padding: 0 10px">
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -638,4 +642,39 @@
</span><span class="cx" style="display: block; padding: 0 10px"> 'comment_content' => $note,
</span><span class="cx" style="display: block; padding: 0 10px"> ] );
</span><span class="cx" style="display: block; padding: 0 10px"> }
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+
+ /**
+ * Subscribe a user to the forum topics for a given plugin.
+ *
+ * @param WP_User|int $user_id The user to subscribe.
+ * @param WP_Post $post The plugin to subscribe to.
+ * @return bool
+ */
+ public static function subscribe_user_to_forum_threads( $user_id, $post = null ) {
+ $post = Plugin_Directory::get_plugin_post( $post );
+
+ if ( ! $user_id || ! $post || ! defined( 'PLUGIN_API_INTERNAL_BEARER_TOKEN' ) ) {
+ return false;
+ }
+
+ if ( $user_id instanceof \WP_User ) {
+ $user_id = $user_id->ID;
+ }
+
+ $request = wp_remote_post(
+ 'https://wordpress.org/support/wp-json/wporg-support/v1/subscribe-user-to-term',
+ [
+ 'body' => [
+ 'type' => 'plugin',
+ 'slug' => $post->post_name,
+ 'user_id' => $user_id,
+ ],
+ 'headers' => [
+ 'Authorization' => 'Bearer ' . PLUGIN_API_INTERNAL_BEARER_TOKEN,
+ ],
+ ]
+ );
+
+ return 200 === wp_remote_retrieve_response_code( $request );
+ }
</ins><span class="cx" style="display: block; padding: 0 10px"> }
</span></span></pre></div>
<a id="sitestrunkwordpressorgpublic_htmlwpcontentpluginssupportforumsincclassdirectorycompatphp"></a>
<div class="modfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Modified: sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-directory-compat.php</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-directory-compat.php 2024-04-12 04:18:08 UTC (rev 13509)
+++ sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-directory-compat.php 2024-04-12 05:22:33 UTC (rev 13510)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -288,26 +288,8 @@
</span><span class="cx" style="display: block; padding: 0 10px"> $this->register_views();
</span><span class="cx" style="display: block; padding: 0 10px">
</span><span class="cx" style="display: block; padding: 0 10px"> // Set the term for this view so we can reuse it.
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- $this->term = get_term_by( 'slug', $this->slug(), $this->taxonomy() );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ $this->initialize_term();
</ins><span class="cx" style="display: block; padding: 0 10px">
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- // New compats won't have any support topics or reviews, so will
- // not yet exist as a compat term.
- if ( ! $this->term && $this->get_object( $this->slug() ) ) {
- $term_name = $this->slug();
- if ( ! sanitize_title( $term_name ) ) {
- // This happens when the slug is all non-ascii such as %e5%8f%8b%e8%a8%80, which fails to insert.
- $term_name = urldecode( $term_name );
- }
- $term = wp_insert_term( $term_name, $this->taxonomy(), array( 'slug' => $this->slug() ) );
-
- // Term exists already? Race-condition, or get_term_by() couldn't find $slug..
- if ( is_wp_error( $term ) && $term->get_error_data( 'term_exists' ) ) {
- $this->term = get_term( $term->get_error_data( 'term_exists' ) );
- } elseif ( ! is_wp_error( $term ) && isset( $term['term_id'] ) ) {
- $this->term = get_term( $term['term_id'] );
- }
- }
-
</del><span class="cx" style="display: block; padding: 0 10px"> // Add plugin- and theme-specific filters and actions.
</span><span class="cx" style="display: block; padding: 0 10px"> add_action( 'wporg_compat_view_sidebar', array( $this, 'do_view_sidebar' ) );
</span><span class="cx" style="display: block; padding: 0 10px"> add_action( 'wporg_compat_view_sidebar', array( $this, 'do_subscription_link' ), 11 );
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -347,6 +329,38 @@
</span><span class="cx" style="display: block; padding: 0 10px"> }
</span><span class="cx" style="display: block; padding: 0 10px"> }
</span><span class="cx" style="display: block; padding: 0 10px">
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ /**
+ * Initialises the WP_Term for the compat view.
+ *
+ * If the term does not exist, it will be created.
+ */
+ public function initialize_term() {
+ if ( ! $this->slug() ) {
+ return;
+ }
+
+ $this->term = get_term_by( 'slug', $this->slug(), $this->taxonomy() );
+
+ if ( $this->term || ! $this->get_object( $this->slug() ) ) {
+ return;
+ }
+
+ $term_name = $this->slug();
+ if ( ! sanitize_title( $term_name ) ) {
+ // This happens when the slug is all non-ascii such as %e5%8f%8b%e8%a8%80, which fails to insert.
+ $term_name = urldecode( $term_name );
+ }
+
+ $term = wp_insert_term( $term_name, $this->taxonomy(), array( 'slug' => $this->slug() ) );
+
+ // Term exists already? Race-condition, or get_term_by() couldn't find $slug..
+ if ( is_wp_error( $term ) && $term->get_error_data( 'term_exists' ) ) {
+ $this->term = get_term( $term->get_error_data( 'term_exists' ) );
+ } elseif ( ! is_wp_error( $term ) && isset( $term['term_id'] ) ) {
+ $this->term = get_term( $term['term_id'] );
+ }
+ }
+
</ins><span class="cx" style="display: block; padding: 0 10px"> public function check_topic_for_compat() {
</span><span class="cx" style="display: block; padding: 0 10px"> if ( ( bbp_is_single_topic() || bbp_is_topic_edit() ) && false == $this->loaded ) {
</span><span class="cx" style="display: block; padding: 0 10px"> $terms = get_the_terms( bbp_get_topic_id(), $this->taxonomy() );
</span></span></pre></div>
<a id="sitestrunkwordpressorgpublic_htmlwpcontentpluginssupportforumsincclassplugindirectorycompatphp"></a>
<div class="modfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Modified: sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-plugin-directory-compat.php</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-plugin-directory-compat.php 2024-04-12 04:18:08 UTC (rev 13509)
+++ sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-plugin-directory-compat.php 2024-04-12 05:22:33 UTC (rev 13510)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -112,6 +112,8 @@
</span><span class="cx" style="display: block; padding: 0 10px"> $this->contributors = $this->get_contributors( $slug );
</span><span class="cx" style="display: block; padding: 0 10px"> $this->support_reps = $this->get_support_reps( $slug );
</span><span class="cx" style="display: block; padding: 0 10px">
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ $this->initialize_term();
+
</ins><span class="cx" style="display: block; padding: 0 10px"> return true;
</span><span class="cx" style="display: block; padding: 0 10px"> }
</span><span class="cx" style="display: block; padding: 0 10px">
</span></span></pre></div>
<a id="sitestrunkwordpressorgpublic_htmlwpcontentpluginssupportforumsincclasspluginphp"></a>
<div class="modfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Modified: sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-plugin.php</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-plugin.php 2024-04-12 04:18:08 UTC (rev 13509)
+++ sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-plugin.php 2024-04-12 05:22:33 UTC (rev 13510)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -39,6 +39,7 @@
</span><span class="cx" style="display: block; padding: 0 10px"> public $plugin_subscriptions = false; // Defined via Support_Compat
</span><span class="cx" style="display: block; padding: 0 10px"> public $theme_subscriptions = false; // Defined via Support_Compat
</span><span class="cx" style="display: block; padding: 0 10px"> public $blocks = false;
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ public $rest_api = false;
</ins><span class="cx" style="display: block; padding: 0 10px">
</span><span class="cx" style="display: block; padding: 0 10px"> /**
</span><span class="cx" style="display: block; padding: 0 10px"> * Define whether this is the global forums, or a locale forum.
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -73,6 +74,7 @@
</span><span class="cx" style="display: block; padding: 0 10px"> $this->stats = new Stats;
</span><span class="cx" style="display: block; padding: 0 10px"> $this->emails = new Emails;
</span><span class="cx" style="display: block; padding: 0 10px"> $this->audit_log = new Audit_Log;
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ $this->rest_api = new REST_API;
</ins><span class="cx" style="display: block; padding: 0 10px">
</span><span class="cx" style="display: block; padding: 0 10px"> // Set a flag to indicate whether this is the global forums, or a locale forum.
</span><span class="cx" style="display: block; padding: 0 10px"> $this->is_main_forums = (
</span></span></pre></div>
<a id="sitestrunkwordpressorgpublic_htmlwpcontentpluginssupportforumsincclassrestapiphp"></a>
<div class="addfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Added: sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-rest-api.php</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-rest-api.php (rev 0)
+++ sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-rest-api.php 2024-04-12 05:22:33 UTC (rev 13510)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -0,0 +1,75 @@
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+<?php
+namespace WordPressdotorg\Forums;
+use WP_REST_Server;
+
+class REST_API {
+ function __construct() {
+ add_action( 'rest_api_init', [ $this, 'register' ] );
+ }
+
+ function register() {
+ register_rest_route( 'wporg-support/v1', '/subscribe-user-to-term', array(
+ 'methods' => WP_REST_Server::CREATABLE,
+ 'callback' => array( $this, 'subscribe_user_to_term' ),
+ 'args' => array(
+ 'type' => array(
+ 'type' => 'enum',
+ 'enum' => [ 'plugin', 'theme' ],
+ 'required' => true,
+ ),
+ 'slug' => array(
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'user_id' => array(
+ 'type' => 'int',
+ 'required' => true,
+ )
+ ),
+ 'permission_callback' => [ $this, 'internal_permission_callback' ],
+ ) );
+ }
+
+ function internal_permission_callback( $request ) {
+ $authorization_header = $request->get_header( 'authorization' );
+ $authorization_header = trim( str_ireplace( 'bearer', '', $authorization_header ) );
+
+ return (
+ $authorization_header &&
+ defined( 'PLUGIN_API_INTERNAL_BEARER_TOKEN' ) &&
+ hash_equals( PLUGIN_API_INTERNAL_BEARER_TOKEN, $authorization_header )
+ );
+ }
+
+ function subscribe_user_to_term( $request ) {
+ $type = $request['type'];
+ $slug = $request['slug'];
+ $user_id = $request['user_id'];
+
+ $support_forums = Plugin::get_instance();
+
+ if ( 'plugin' === $type ) {
+ $subscriptions = $support_forums->plugin_subscriptions ?? false;
+ } elseif ( 'theme' === $type ) {
+ $subscriptions = $support_forums->theme_subscriptions ?? false;
+ }
+
+ if ( ! $subscriptions ) {
+ return new \WP_Error( 'invalid_type', 'Invalid type' );
+ }
+
+ $subscriptions->directory->for_slug( $slug );
+
+ $term_id = $subscriptions->directory->term->term_id ?? false;
+
+ if ( ! $term_id ) {
+ return new \WP_Error( 'invalid_slug', 'Invalid slug' );
+ }
+
+ if ( $subscriptions->is_user_subscribed_to_term( $user_id, $term_id ) ) {
+ return true;
+ }
+
+ return (bool) $subscriptions->add_user_subscription( $user_id, $term_id );
+ }
+}
</ins><span class="cx" style="display: block; padding: 0 10px">\ No newline at end of file
</span><span class="cx" style="display: block; padding: 0 10px">Property changes on: sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-rest-api.php
</span><span class="cx" style="display: block; padding: 0 10px">___________________________________________________________________
</span></span></pre></div>
<a id="svneolstyle"></a>
<div class="addfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Added: svn:eol-style</h4></div>
<ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+native
</ins><span class="cx" style="display: block; padding: 0 10px">\ No newline at end of property
</span><a id="sitestrunkwordpressorgpublic_htmlwpcontentpluginssupportforumssupportforumsphp"></a>
<div class="modfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Modified: sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/support-forums.php</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/support-forums.php 2024-04-12 04:18:08 UTC (rev 13509)
+++ sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/support-forums.php 2024-04-12 05:22:33 UTC (rev 13510)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -30,6 +30,7 @@
</span><span class="cx" style="display: block; padding: 0 10px"> include( __DIR__ . '/inc/class-emails.php' );
</span><span class="cx" style="display: block; padding: 0 10px"> include( __DIR__ . '/inc/class-audit-log.php' );
</span><span class="cx" style="display: block; padding: 0 10px"> include( __DIR__ . '/inc/class-blocks.php' );
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+include( __DIR__ . '/inc/class-rest-api.php' );
</ins><span class="cx" style="display: block; padding: 0 10px">
</span><span class="cx" style="display: block; padding: 0 10px"> // Compat-only includes.
</span><span class="cx" style="display: block; padding: 0 10px"> include( __DIR__ . '/inc/class-dropin.php' );
</span></span></pre>
</div>
</div>
</body>
</html>