File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3030 <label for="activitypub-blog-identifier"><?php \esc_html_e ( 'Username ' , 'activitypub ' ); ?> </label>
3131 </p>
3232 <p>
33- <input type="text" class="regular-text" id="activitypub-blog-identifier" value="<?php echo \esc_attr ( $ blog_user ->get_resource () ); ?> " />
33+ <input type="text" class="regular-text" id="activitypub-blog-identifier" value="<?php echo \esc_attr ( $ blog_user ->get_resource () ); ?> " readonly />
3434 </p>
3535 <p>
3636 <label for="activitypub-blog-url"><?php \esc_html_e ( 'Profile-URL ' , 'activitypub ' ); ?> </label>
3737 </p>
3838 <p>
39- <input type="text" class="regular-text" id="activitypub-blog-url" value="<?php echo \esc_attr ( $ blog_user ->get_url () ); ?> " />
39+ <input type="text" class="regular-text" id="activitypub-blog-url" value="<?php echo \esc_attr ( $ blog_user ->get_url () ); ?> " readonly />
4040 </p>
4141 <p>
4242 <?php \esc_html_e ( 'This Blog-User will federate all posts written on your Blog, regardless of the User who posted it. ' , 'activitypub ' ); ?>
6262 <label for="activitypub-user-identifier"><?php \esc_html_e ( 'Username ' , 'activitypub ' ); ?> </label>
6363 </p>
6464 <p>
65- <input type="text" class="regular-text" id="activitypub-user-identifier" value="<?php echo \esc_attr ( $ user ->get_resource () ); ?> " />
65+ <input type="text" class="regular-text" id="activitypub-user-identifier" value="<?php echo \esc_attr ( $ user ->get_resource () ); ?> " readonly />
6666 </p>
6767 <p>
6868 <label for="activitypub-user-url"><?php \esc_html_e ( 'Profile-URL ' , 'activitypub ' ); ?> </label>
6969 </p>
7070 <p>
71- <input type="text" class="regular-text" id="activitypub-user-url" value="<?php echo \esc_attr ( $ user ->get_url () ); ?> " />
71+ <input type="text" class="regular-text" id="activitypub-user-url" value="<?php echo \esc_attr ( $ user ->get_url () ); ?> " readonly />
7272 </p>
7373 <p>
7474 <?php \esc_html_e ( 'Users who can not access this settings page will find their username on the "Edit Profile" page. ' , 'activitypub ' ); ?>
You can’t perform that action at this time.
0 commit comments