Changeset 7447
- Timestamp:
- 07/12/2018 09:25:57 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/page-add.php
r6308 r7447 23 23 24 24 <div class="entry-content"> 25 <section>26 <div class="container">27 <p>28 <?php29 printf(30 /* translators: URL to plugin guidelines. */31 wp_kses_post( __( 'Once submitted, your plugin will be manually reviewed for any common errors as well as ensuring it complies with <a href="%s">all the guidelines</a>.', 'wporg-plugins' ) ),32 esc_url( 'https://developer.wordpress.org/plugins/wordpress-org/detailed-plugin-guidelines/' )33 );34 ?>35 </p>36 37 <?php echo do_shortcode( '[wporg-plugin-upload]' ); ?>38 39 <p><?php esc_html_e( 'Even if you’ve submitted a dozen plugins, take the time to refresh your memory with the following information:', 'wporg-plugins' ); ?>40 <ul>41 <li><a href="https://developer.wordpress.org/plugins/wordpress-org/how-to-use-subversion/"><?php esc_html_e( 'How to use SVN', 'wporg-plugins' ); ?></a></li>42 <li><a href="https://developer.wordpress.org/plugins/wordpress-org/plugin-assets/"><?php esc_html_e( 'Plugin Assets (and how to use them)', 'wporg-plugins' ); ?></a></li>43 <li><a href="https://developer.wordpress.org/plugins/wordpress-org/plugin-developer-faq/"><?php esc_html_e( 'Developer FAQ', 'wporg-plugins' ); ?></a></li>44 </ul>45 </div>46 </section>47 48 25 <section> 49 26 <div class="container"> … … 81 58 </div> 82 59 </section> 60 61 <section> 62 <div class="container"> 63 <p> 64 <?php 65 printf( 66 /* translators: URL to plugin guidelines. */ 67 wp_kses_post( __( 'Once submitted, your plugin will be manually reviewed for any common errors as well as ensuring it complies with <a href="%s">all the guidelines</a>.', 'wporg-plugins' ) ), 68 esc_url( 'https://developer.wordpress.org/plugins/wordpress-org/detailed-plugin-guidelines/' ) 69 ); 70 ?> 71 </p> 72 73 <?php echo do_shortcode( '[wporg-plugin-upload]' ); ?> 74 75 <p><?php esc_html_e( 'Even if you’ve submitted a dozen plugins, take the time to refresh your memory with the following information:', 'wporg-plugins' ); ?> 76 <ul> 77 <li><a href="https://developer.wordpress.org/plugins/wordpress-org/how-to-use-subversion/"><?php esc_html_e( 'How to use SVN', 'wporg-plugins' ); ?></a></li> 78 <li><a href="https://developer.wordpress.org/plugins/wordpress-org/plugin-assets/"><?php esc_html_e( 'Plugin Assets (and how to use them)', 'wporg-plugins' ); ?></a></li> 79 <li><a href="https://developer.wordpress.org/plugins/wordpress-org/plugin-developer-faq/"><?php esc_html_e( 'Developer FAQ', 'wporg-plugins' ); ?></a></li> 80 </ul> 81 </div> 82 </section> 83 83 </div><!-- .entry-content --> 84 84
Note: See TracChangeset
for help on using the changeset viewer.