Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: src/wp-admin/images/privacy.jpg
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
|
|
|
41 | 41 | <div class="column"> |
42 | 42 | <h1><?php _e( 'Privacy' ); ?></h1> |
43 | 43 | |
| 44 | <p><img class="privacy-image" src="<?php echo esc_url( admin_url( 'images/privacy.jpg' ) ); ?>" alt="" /></p> |
| 45 | |
44 | 46 | <p><?php _e( 'From time to time, your WordPress site may send data to WordPress.org — including, but not limited to — the version of WordPress you are using, and a list of installed plugins and themes.' ); ?></p> |
45 | 47 | |
46 | 48 | <p> |