Changeset 2090162
- Timestamp:
- 05/17/2019 09:52:48 PM (7 years ago)
- Location:
- single-post-meta-description
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
single-post-meta-description/tags/1.0.0/includes/single-post-meta-description-menu-options.php
r2087234 r2090162 167 167 $logourl = plugins_url( 'admin/images/viarete.png', dirname( __FILE__ ) ); 168 168 169 echo '<img src=' . esc_url( $logourl ) . ' width="150">';169 echo '<img src=' . esc_url( $logourl ) . ' width="150">'; 170 170 echo '<h1>Single Post Meta Description</h1>'; 171 171 echo '<hr>'; -
single-post-meta-description/trunk/includes/single-post-meta-description-menu-options.php
r2087172 r2090162 167 167 $logourl = plugins_url( 'admin/images/viarete.png', dirname( __FILE__ ) ); 168 168 169 echo '<img src=' . esc_url( $logourl ) . ' width="150">';169 echo '<img src=' . esc_url( $logourl ) . ' width="150">'; 170 170 echo '<h1>Single Post Meta Description</h1>'; 171 171 echo '<hr>';
Note: See TracChangeset
for help on using the changeset viewer.