Changeset 2915992
- Timestamp:
- 05/22/2023 04:14:01 PM (3 years ago)
- Location:
- custom-error-pages
- Files:
-
- 6 edited
- 1 copied
-
tags/1.2 (copied) (copied from custom-error-pages/trunk)
-
tags/1.2/admin_options.php (modified) (2 diffs)
-
tags/1.2/plugin.php (modified) (1 diff)
-
tags/1.2/readme.txt (modified) (2 diffs)
-
trunk/admin_options.php (modified) (2 diffs)
-
trunk/plugin.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
custom-error-pages/tags/1.2/admin_options.php
r1138545 r2915992 55 55 echo '<style type="text/css"> 56 56 #title_403, #title_401 { margin-bottom:5px;padding:3px 8px;font-size:1.7em;line-height:100%;height:1.7em;width:100%;outline:0;margin:1px 0; } 57 #icon-' . $this->slug . '{ background:transparent url(\'' . plugin_dir_url( __FILE__ ) . 'screen-icon.png\') no-repeat; }</style>';57 </style>'; 58 58 } 59 59 … … 111 111 ?> 112 112 <div class="wrap"> 113 <?php screen_icon( $this->slug ); ?>114 113 <h2><?php _e( 'Custom Error Pages', $this->slug ); ?></h2> 115 114 <form method="post" action="options.php"> -
custom-error-pages/tags/1.2/plugin.php
r1679220 r2915992 6 6 Author: Jesin 7 7 Author URI: https://websistent.com 8 Version: 1. 18 Version: 1.2 9 9 */ 10 10 -
custom-error-pages/tags/1.2/readme.txt
r2227423 r2915992 3 3 Tags: error, 401, 403, 404, errors, http, htaccess 4 4 Requires at least: 3.3.0 5 Tested up to: 5.36 Stable tag: 1. 15 Tested up to: 6.2.2 6 Stable tag: 1.2 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 57 57 == Changelog == 58 58 59 = 1.2 = 60 * Removed deprecated screen_icon() function 61 * Compatibility check with WordPress 6.2 62 59 63 = 1.1 = 60 64 * Fixed a bug that displayed the thumbnail of Post ID 1 -
custom-error-pages/trunk/admin_options.php
r1138545 r2915992 55 55 echo '<style type="text/css"> 56 56 #title_403, #title_401 { margin-bottom:5px;padding:3px 8px;font-size:1.7em;line-height:100%;height:1.7em;width:100%;outline:0;margin:1px 0; } 57 #icon-' . $this->slug . '{ background:transparent url(\'' . plugin_dir_url( __FILE__ ) . 'screen-icon.png\') no-repeat; }</style>';57 </style>'; 58 58 } 59 59 … … 111 111 ?> 112 112 <div class="wrap"> 113 <?php screen_icon( $this->slug ); ?>114 113 <h2><?php _e( 'Custom Error Pages', $this->slug ); ?></h2> 115 114 <form method="post" action="options.php"> -
custom-error-pages/trunk/plugin.php
r1679220 r2915992 6 6 Author: Jesin 7 7 Author URI: https://websistent.com 8 Version: 1. 18 Version: 1.2 9 9 */ 10 10 -
custom-error-pages/trunk/readme.txt
r2227423 r2915992 3 3 Tags: error, 401, 403, 404, errors, http, htaccess 4 4 Requires at least: 3.3.0 5 Tested up to: 5.36 Stable tag: 1. 15 Tested up to: 6.2.2 6 Stable tag: 1.2 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 57 57 == Changelog == 58 58 59 = 1.2 = 60 * Removed deprecated screen_icon() function 61 * Compatibility check with WordPress 6.2 62 59 63 = 1.1 = 60 64 * Fixed a bug that displayed the thumbnail of Post ID 1
Note: See TracChangeset
for help on using the changeset viewer.